Removed unused option on racc
This commit is contained in:
parent
87726143ef
commit
4de32b3556
@ -71,10 +71,6 @@ def main
|
|||||||
'Uses CLASSNAME instead of Racc::Parser.') {|name|
|
'Uses CLASSNAME instead of Racc::Parser.') {|name|
|
||||||
superclass = name
|
superclass = name
|
||||||
}
|
}
|
||||||
parser.on('--runtime=FEATURE',
|
|
||||||
"Uses FEATURE instead of 'racc/parser'") {|feat|
|
|
||||||
runtime = feature
|
|
||||||
}
|
|
||||||
parser.on('-C', '--check-only', 'Checks syntax and quit immediately.') {|fl|
|
parser.on('-C', '--check-only', 'Checks syntax and quit immediately.') {|fl|
|
||||||
check_only = fl
|
check_only = fl
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user