Implement config CLI MVP
7 unresolved threads
7 unresolved threads
Compare changes
Files
3+ 84
− 0
@@ -78,6 +78,8 @@ import qualified Data.Map.Strict as M
@@ -105,6 +107,7 @@ data Command
@@ -173,6 +176,8 @@ data RmOptions = RmOptions
@@ -408,6 +413,12 @@ com =
@@ -482,6 +493,17 @@ Examples:
@@ -786,6 +808,19 @@ Examples:
@@ -1258,6 +1293,27 @@ toSettings options = do
@@ -1292,6 +1348,12 @@ describe_result = $( LitE . StringL <$>
@@ -1990,6 +2052,28 @@ Make sure to clean up #{tmpdir} afterwards.|])
This can run in the
Excepts
transformer.