summaryrefslogtreecommitdiff
path: root/Biz/Cli.hs
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2021-01-15 22:18:03 -0500
committerBen Sima <ben@bsima.me>2021-01-15 22:18:03 -0500
commit4ea4faa4f6405801de19d0ea56e8bc29aa4362e1 (patch)
tree9028fa5b67d7ee57176e48e589aac1972c37efcb /Biz/Cli.hs
parente77cdc025b0e80049344f258d9ca170d0953d0d7 (diff)
Add bild --test
This argument will run the tests for an output after building. It's active in 'ci' so running that will ensure tests are passing. This way testing a namespace and building a namespace are as close together as possible, so presumably it will be that much easier to write good tests.
Diffstat (limited to 'Biz/Cli.hs')
-rw-r--r--Biz/Cli.hs4
1 files changed, 4 insertions, 0 deletions
diff --git a/Biz/Cli.hs b/Biz/Cli.hs
index cdd2f80..0f7b6d4 100644
--- a/Biz/Cli.hs
+++ b/Biz/Cli.hs
@@ -10,6 +10,10 @@ module Biz.Cli
Docopt.argument,
Docopt.docopt,
Docopt.getAllArgs,
+ Docopt.getArg,
+ Docopt.longOption,
+ Docopt.command,
+ has,
)
where