Skip to content

Commit

Permalink
clg: removed standard command
Browse files Browse the repository at this point in the history
  • Loading branch information
Claude Gex committed Apr 12, 2018
1 parent 4f6235a commit a4c0587
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AareGuru.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (

var (
app = kingpin.New("aareguru", texts.CLI_description)
standard = app.Command("standard", texts.CLI_command_standard_description).Default()
standard = app.Command("standard", texts.CLI_command_standard_description)
typewriter = app.Command("schribmaschine", texts.CLI_command_typewriter_description)
proxy = app.Flag("proxy", texts.CLI_proxy_description).Short('p').String()
colorless = app.Flag("ohni-farb", texts.CLI_colorless_description).Short('f').Bool()
Expand Down

0 comments on commit a4c0587

Please sign in to comment.