Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
grew
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
5
Issues
5
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
grew
grew
Commits
86c4cc30
Commit
86c4cc30
authored
Mar 26, 2019
by
Bruno Guillaume
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add -track_rules argument
parent
c7e11374
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
src/grew_args.ml
src/grew_args.ml
+2
-0
No files found.
src/grew_args.ml
View file @
86c4cc30
...
...
@@ -90,6 +90,7 @@ module Grew_args = struct
"Optionnal arguments:"
;
" -strat <name> The stategy used in transformation (default=
\"
main
\"
)"
;
" -cupt If the option is present, a 11-column CoNLL format is produced"
;
" -track_rules If the option is present, data about the rules applied are given in output"
;
""
;
"For additional information, see http://grew.fr"
;
"----------------------------------------------------------"
;
...
...
@@ -112,6 +113,7 @@ module Grew_args = struct
|
"-cupt"
::
args
->
cupt
:=
true
;
loop
args
|
"-safe_commands"
::
args
->
Libgrew
.
set_safe_commands
true
;
loop
args
|
"-track_rules"
::
args
->
Libgrew
.
set_track_rules
true
;
loop
args
|
"-debug"
::
args
->
Libgrew
.
set_debug_mode
true
;
loop
args
|
"-dep_dir"
::
dir
::
args
->
dep_dir
:=
Some
dir
;
loop
args
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment