From 755077c39a0dc63f07e30564df4a3121d7079da2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Smr=C5=BE?= Date: Tue, 30 Jul 2024 19:19:25 +0200 Subject: List available commands in help text --- src/Command.hs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Command.hs') 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 = () -- cgit v1.2.3