Export toGNUCommandLine
... as suggested by @roberth Co-Authored-By: Robert Hensing <roberth@users.noreply.github.com>
This commit is contained in:
parent
6d584c2614
commit
a46679facd
|
@ -121,7 +121,7 @@ let
|
||||||
isOptionType mkOptionType;
|
isOptionType mkOptionType;
|
||||||
inherit (asserts)
|
inherit (asserts)
|
||||||
assertMsg assertOneOf;
|
assertMsg assertOneOf;
|
||||||
inherit (cli) encodeGNUCommandLine;
|
inherit (cli) encodeGNUCommandLine toGNUCommandLine;
|
||||||
inherit (debug) addErrorContextToAttrs traceIf traceVal traceValFn
|
inherit (debug) addErrorContextToAttrs traceIf traceVal traceValFn
|
||||||
traceXMLVal traceXMLValMarked traceSeq traceSeqN traceValSeq
|
traceXMLVal traceXMLValMarked traceSeq traceSeqN traceValSeq
|
||||||
traceValSeqFn traceValSeqN traceValSeqNFn traceShowVal
|
traceValSeqFn traceValSeqN traceValSeqNFn traceShowVal
|
||||||
|
|
Loading…
Reference in New Issue