Projects STRLCPY syft Commits d02c56aa
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■
    cmd/syft/cli/commands.go
    skipped 54 lines
    55 55   
    56 56   // rootCmd is currently an alias for the packages command
    57 57   rootCmd := &cobra.Command{
     58 + Use: fmt.Sprintf("%s [SOURCE]", internal.ApplicationName),
    58 59   Short: packagesCmd.Short,
    59 60   Long: packagesCmd.Long,
    60 61   Args: packagesCmd.Args,
    skipped 107 lines
Please wait...
Page is in error, reload to recover