Skip to content

Commit

Permalink
Fix dock to require at least one arg
Browse files Browse the repository at this point in the history
  • Loading branch information
saheljalal committed Feb 6, 2022
1 parent 6fc441c commit 573eec3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/dock.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ folder. If a docked manifest already exists with the same name then
nostromo will overwrite that file if the identifier is different.
To force docking even if identifiers are the same, use the -f flag.`,
Args: cobra.MinimumNArgs(1),
Run: func(cmd *cobra.Command, args []string) {
os.Exit(task.Sync(force, args))
},
Expand Down

0 comments on commit 573eec3

Please sign in to comment.