diff --git a/app/Main.hs b/app/Main.hs index bff7b66..e15f190 100644 --- a/app/Main.hs +++ b/app/Main.hs @@ -146,7 +146,7 @@ parseOptions = <> help "the Nextcloud username" ) <*> hsubparser - ( command "list-boards" (info (pure ListBoards) (progDesc "list all stacks")) + ( command "list-boards" (info (pure ListBoards) (progDesc "list all boards")) <> command "list-stacks" (info parseListStacks (progDesc "list all stacks")) <> command "list-cards" (info parseListCards (progDesc "list all cards")) <> command "create-card" (info parseCreateCard (progDesc "create a new card"))