Skip to content

Commit

Permalink
fix(permissions): -p arg is required
Browse files Browse the repository at this point in the history
  • Loading branch information
Allaman committed May 23, 2024
1 parent be2faf1 commit 9de77ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,7 @@ func (c *removeWhitespaceCmd) Run(globals *Globals) error {
}

type permissionsCmd struct {
Permission string `short:"p" help:"Permission in octal format (both 3 and 4 digits)"`
Permission string `required:"" short:"p" help:"Permission in octal format (both 3 and 4 digits)"`
}

func (c *permissionsCmd) Run(globals *Globals) error {
Expand Down

0 comments on commit 9de77ab

Please sign in to comment.