forked from GitHub/gf-core
remove redundant options
This commit is contained in:
@@ -176,9 +176,6 @@ commonCommands = fmap (mapCommandExec liftSIO) $ Map.fromList [
|
|||||||
flags = [
|
flags = [
|
||||||
("command","the system command applied to the argument")
|
("command","the system command applied to the argument")
|
||||||
],
|
],
|
||||||
options = [
|
|
||||||
("lines","preserve input lines, and return output as a list of lines")
|
|
||||||
],
|
|
||||||
examples = [
|
examples = [
|
||||||
mkEx "gt | l | ? wc -- generate trees, linearize, and count words"
|
mkEx "gt | l | ? wc -- generate trees, linearize, and count words"
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user