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
dep2pict
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
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
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
dep2pict
dep2pict
Commits
74c26839
Commit
74c26839
authored
Sep 05, 2018
by
Bruno Guillaume
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add (hidden) option —check
parent
0f3f4d9a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
src/main.ml
src/main.ml
+3
-0
No files found.
src/main.ml
View file @
74c26839
...
...
@@ -57,6 +57,9 @@ let rec parse_arg = function
|
"-s"
::
s
::
tail
|
"--sentid"
::
s
::
tail
->
requested_sentid
:=
Some
s
;
parse_arg
tail
(* does nothing (allow to pyqt to check for existence of the program) *)
|
"--check"
::_
->
exit
0
|
"--special_chars"
::
s
::
tail
->
special_chars
:=
Some
s
;
parse_arg
tail
|
"-d"
::
tail
|
"--debug"
::
tail
->
debug
:=
true
;
parse_arg
tail
...
...
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