;dev: shake cmdhelp: simplify commit message
This commit is contained in:
parent
b9273a4585
commit
12247c8767
2
Shake.hs
2
Shake.hs
@ -602,7 +602,7 @@ main = do
|
|||||||
phony "cmdhelp" $ do
|
phony "cmdhelp" $ do
|
||||||
need commandtxts
|
need commandtxts
|
||||||
when commit $ do
|
when commit $ do
|
||||||
let msg = ";doc: update CLI help text files"
|
let msg = ";doc: update command help"
|
||||||
cmd Shell gitcommit ("-m '"++msg++"' --") commandtxts
|
cmd Shell gitcommit ("-m '"++msg++"' --") commandtxts
|
||||||
|
|
||||||
commandtxts |%> \out -> do
|
commandtxts |%> \out -> do
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user