We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25ad5a4 commit fa07753Copy full SHA for fa07753
2 files changed
cmd/askgod-server/main.go
@@ -17,7 +17,6 @@ func main() {
17
app.Usage = "CTF scoring system - server"
18
app.ArgsUsage = "<config>"
19
app.HideVersion = true
20
- app.HideHelp = true
21
app.EnableShellCompletion = true
22
23
app.Action = func(ctx context.Context, cmd *cli.Command) error {
cmd/askgod/main.go
@@ -15,7 +15,6 @@ func main() {
15
app.Name = "askgod"
16
app.Usage = "CTF scoring system - client"
app.Flags = []cli.Flag{
0 commit comments