Remove unused cli flag
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
7012c5e825
commit
1eb949520c
1 changed files with 0 additions and 1 deletions
|
@ -19,7 +19,6 @@ var (
|
||||||
cfg = struct {
|
cfg = struct {
|
||||||
BotRespond bool `flag:"bot-respond,b" default:"false" description:"Wrap output in a respond directive for twitch-bot"`
|
BotRespond bool `flag:"bot-respond,b" default:"false" description:"Wrap output in a respond directive for twitch-bot"`
|
||||||
Count int64 `flag:"count,c" default:"1" description:"How many dice to throw?"`
|
Count int64 `flag:"count,c" default:"1" description:"How many dice to throw?"`
|
||||||
Lang string `flag:"lang,l" default:"de" description:"Which language shall the output have?"`
|
|
||||||
LogLevel string `flag:"log-level" default:"info" description:"Log level (debug, info, warn, error, fatal)"`
|
LogLevel string `flag:"log-level" default:"info" description:"Log level (debug, info, warn, error, fatal)"`
|
||||||
Sides int64 `flag:"sides,s" default:"6" description:"How many sides does the dice have?"`
|
Sides int64 `flag:"sides,s" default:"6" description:"How many sides does the dice have?"`
|
||||||
Template string `flag:"template" vardefault:"tpl" description:"Template to format the result with"`
|
Template string `flag:"template" vardefault:"tpl" description:"Template to format the result with"`
|
||||||
|
|
Loading…
Reference in a new issue