From 4ea4faa4f6405801de19d0ea56e8bc29aa4362e1 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Fri, 15 Jan 2021 22:18:03 -0500 Subject: 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. --- Biz/Cli.hs | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Biz/Cli.hs') 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 -- cgit v1.2.3