diff options
Diffstat (limited to 'Biz/Cli.hs')
-rw-r--r-- | Biz/Cli.hs | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -10,6 +10,10 @@ module Biz.Cli Docopt.argument, Docopt.docopt, Docopt.getAllArgs, + Docopt.getArg, + Docopt.longOption, + Docopt.command, + has, ) where |