diff options
author | Ben Sima <ben@bsima.me> | 2021-07-07 18:57:04 -0400 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2021-11-26 13:47:36 -0500 |
commit | 1934482e8a5beb628b1e6e9db11f9fd274f174a5 (patch) | |
tree | 4047135e1adc49986197b59ccb02d374d48f801d /Biz/Cli.hs | |
parent | 75a804d52461aade2e4431a2148eabcd99a9e26e (diff) |
Factor Analysis into own module
Diffstat (limited to 'Biz/Cli.hs')
-rw-r--r-- | Biz/Cli.hs | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -11,7 +11,9 @@ module Biz.Cli Docopt.docopt, Docopt.getAllArgs, Docopt.getArg, + Docopt.getArgWithDefault, Docopt.longOption, + Docopt.shortOption, Docopt.command, has, ) |