We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be2faf1 commit 9de77abCopy full SHA for 9de77ab
cli.go
@@ -478,7 +478,7 @@ func (c *removeWhitespaceCmd) Run(globals *Globals) error {
478
}
479
480
type permissionsCmd struct {
481
- 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)"`
482
483
484
func (c *permissionsCmd) Run(globals *Globals) error {
0 commit comments