From 14d7b454ff9608951804cf4190186b16350e45fc Mon Sep 17 00:00:00 2001 From: Mirek Kratochvil Date: Tue, 29 Dec 2020 19:45:36 +0100 Subject: [PATCH] better commandline parsing --- src/Main.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Main.hs b/src/Main.hs index f0e8e04..640ad87 100644 --- a/src/Main.hs +++ b/src/Main.hs @@ -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