summaryrefslogtreecommitdiff
path: root/src/Command.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Command.hs')
-rw-r--r--src/Command.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Command.hs b/src/Command.hs
index ae24534..0ca6710 100644
--- a/src/Command.hs
+++ b/src/Command.hs
@@ -19,6 +19,7 @@ import Config
class CommandArgumentsType (CommandArguments c) => Command c where
commandName :: proxy c -> String
+ commandDescription :: proxy c -> String
type CommandOptions c :: Type
type CommandOptions c = ()