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
56558a7c
Commit
56558a7c
authored
Feb 19, 2018
by
Bruno Guillaume
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add -safe_commands argument
parent
0f4ea47a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
src/grew_args.ml
src/grew_args.ml
+1
-0
No files found.
src/grew_args.ml
View file @
56558a7c
...
...
@@ -111,6 +111,7 @@ module Grew_args = struct
|
"-quiet"
::
args
->
quiet
:=
true
;
loop
args
|
"-old_grs"
::
args
->
old_grs
:=
true
;
loop
args
|
"-safe_commands"
::
args
->
Libgrew
.
set_safe_commands
true
;
loop
args
|
"-debug"
::
args
->
Libgrew
.
set_debug_mode
true
;
loop
args
|
"-debug_loop"
::
args
->
Rewrite
.
set_debug_loop
()
|
"-dep_dir"
::
dir
::
args
->
dep_dir
:=
Some
dir
...
...
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