better commandline parsing
This commit is contained in:
parent
e19a00b6d8
commit
14d7b454ff
|
@ -123,7 +123,7 @@ main =
|
|||
"Compare, patch and merge files on arbitrarily-tokenized sequences." <>
|
||||
header "adiff: arbitrary-token diff utilities")
|
||||
in do ADiffOptions {adiffRedfaOpt = ropt, adiffCmdOpts = copt} <-
|
||||
execParser opts
|
||||
customExecParser (prefs $ helpShowGlobals <> subparserInline) opts
|
||||
redfa <- redfaPrepareRules ropt
|
||||
case copt of
|
||||
CmdDiff {diffFile1 = f1, diffFile2 = f2, context = ctxt} -> do
|
||||
|
|
Loading…
Reference in a new issue