symantic-cli 2.3.2.20190711 → 2.3.3.20190711
raw patch · 2 files changed
+2/−2 lines, 2 files
Files
- Symantic/CLI/Help.hs +1/−1
- symantic-cli.cabal +1/−1
Symantic/CLI/Help.hs view
@@ -261,7 +261,7 @@ let d = let ind = helpInh_command_indent inh in Schema.runSchema schema (helpInh_schema inh)- <> (if null ts {-|| not (helpInh_full inh)-} then mempty else Doc.newline)+ <> (if null ts {- \|| not (helpInh_full inh)-} then mempty else Doc.newline) <> Doc.incrIndent (Doc.spaces ind) ind ((if null ts then mempty else Doc.newline) <> runHelpNodes inh ts) in
symantic-cli.cabal view
@@ -2,7 +2,7 @@ -- PVP: +-+------- breaking API changes -- | | +----- non-breaking API additions -- | | | +--- code changes with no API change-version: 2.3.2.20190711+version: 2.3.3.20190711 category: System, CLI, Options, Parsing synopsis: Symantics for parsing and documenting a CLI description: