1
0
forked from GitHub/gf-core

remove redundant options

This commit is contained in:
Meowyam
2021-07-06 15:22:59 +08:00
parent dff215504a
commit 1e3de38ac4

View File

@@ -176,9 +176,6 @@ commonCommands = fmap (mapCommandExec liftSIO) $ Map.fromList [
flags = [
("command","the system command applied to the argument")
],
options = [
("lines","preserve input lines, and return output as a list of lines")
],
examples = [
mkEx "gt | l | ? wc -- generate trees, linearize, and count words"
]