We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c052f54 commit 59f0269Copy full SHA for 59f0269
cli/gitcommands.go
@@ -19,7 +19,7 @@ func getGitNameSpaceCommands() []components.Command {
19
Name: "audit",
20
Aliases: []string{"a"},
21
Description: gitAuditDocs.GetDescription(),
22
- Flags: flags.GetCommandFlags(flags.GitAudit),
+ Flags: flags.GetCommandFlags(flags.Audit),
23
},
24
{
25
Name: "count-contributors",
0 commit comments