From a5fb7d639e2be34544e7d9b3a7c6a2a57e698120 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Mon, 9 Sep 2024 13:21:11 -0700 Subject: [PATCH] ;tools: shake cmddocs -c: also commit COMMAND.md files --- Shake.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Shake.hs b/Shake.hs index ce78bc94e..bee02d64f 100755 --- a/Shake.hs +++ b/Shake.hs @@ -602,7 +602,7 @@ main = do -- need ["build"] -- XXX circular dep, how would this work ? liftIO $ putStrLn "please ensure the hledger build is up to date" -- XXX never printed, why ? need commandtxts - when commit $ commitIfChanged ";doc: update help" commandtxts + when commit $ commitIfChanged ";doc: update help" $ commandmds <> commandtxts -- -- Update each Hledger/Cli/Commands/*.md, replacing the flags block with latest --help output, -- -- or a placeholder if there are no command-specific flags.