From 111ae9cdba0c37a7cc3746a66a33b66c23f057ff Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Tue, 30 Nov 2021 11:11:01 -0500 Subject: Add comment --- Biz/Dragons/Analysis.hs | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Biz/Dragons') diff --git a/Biz/Dragons/Analysis.hs b/Biz/Dragons/Analysis.hs index 4a1421c..f1c1bbd 100644 --- a/Biz/Dragons/Analysis.hs +++ b/Biz/Dragons/Analysis.hs @@ -6,6 +6,9 @@ {-# LANGUAGE TupleSections #-} {-# LANGUAGE NoImplicitPrelude #-} +-- CLI frontend for running and submitting analyses to the Dragons.dev web +-- service. +-- -- : out dragons-analyze module Biz.Dragons.Analysis ( Analysis (..), @@ -45,6 +48,7 @@ move args = gitDir +> run authors /> Aeson.encode +> putStrLn |> Directory.makeAbsolute authors = -- i think this is not working? do i need optparse-applicative? + -- see: https://github.com/docopt/docopt.hs/issues/25 Cli.shortOption 'a' |> Cli.getAllArgs args |> map Text.pack -- cgit v1.2.3