Skip to content

Commit fa07753

Browse files
committed
Re-enable help messages
Signed-off-by: Stéphane Graber <stgraber@nsec.io>
1 parent 25ad5a4 commit fa07753

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

cmd/askgod-server/main.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ func main() {
1717
app.Usage = "CTF scoring system - server"
1818
app.ArgsUsage = "<config>"
1919
app.HideVersion = true
20-
app.HideHelp = true
2120
app.EnableShellCompletion = true
2221

2322
app.Action = func(ctx context.Context, cmd *cli.Command) error {

cmd/askgod/main.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ func main() {
1515
app.Name = "askgod"
1616
app.Usage = "CTF scoring system - client"
1717
app.HideVersion = true
18-
app.HideHelp = true
1918
app.EnableShellCompletion = true
2019

2120
app.Flags = []cli.Flag{

0 commit comments

Comments
 (0)