Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/manifest_add_digests_cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
)

type addDigestsCmd struct {
Manifest []string `arg:"" help:"List of files that need to be updated with digests"`
Manifest []string `arg:"" type:"existingfile" help:"List of files that need to be updated with digests" predictor:"hclfile"`
}

func (*addDigestsCmd) Help() string {
Expand Down
2 changes: 1 addition & 1 deletion app/test_cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
)

type testCmd struct {
Pkg []manifest.GlobSelector `arg:"" required:"" help:"Run sanity tests for these packages."`
Pkg []manifest.GlobSelector `arg:"" required:"" help:"Run sanity tests for these packages." predictor:"package"`
CheckSources bool `help:"Check that package sources are reachable" default:"true" negatable:""`
}

Expand Down