summaryrefslogtreecommitdiff
path: root/flags.go
diff options
context:
space:
mode:
Diffstat (limited to 'flags.go')
-rw-r--r--flags.go6
1 files changed, 6 insertions, 0 deletions
diff --git a/flags.go b/flags.go
index 660c053..57607de 100644
--- a/flags.go
+++ b/flags.go
@@ -13,4 +13,10 @@ var AppFlags []cli.Flag = []cli.Flag{
Usage: "Log file",
Value: "/dev/null", // Don't log by default
},
+ &cli.StringFlag{
+ Name: "color",
+ Aliases: []string{"c"},
+ Usage: "Initial color",
+ Value: "",
+ },
}