Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Denis Salem
VenC
Commits
70bbc870
Commit
70bbc870
authored
Jun 16, 2019
by
Denis Salem
Browse files
Merge branch 'master' of
http://framagit.org/denissalem/VenC
into dev
parents
b10672cd
6d044f18
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/venc
View file @
70bbc870
...
...
@@ -62,7 +62,7 @@ command_index = {"-v": [".print", "print_version", 0],
"--version"
:
[
".print"
,
"print_version"
,
0
]}
def
argv_handler
(
argv
=
None
):
argv
=
argv
if
argv
!=
None
else
sys
.
argv
[
1
:]
argv
=
argv
if
argv
is
not
None
else
sys
.
argv
[
1
:]
if
argv
!=
[]:
if
argv
[
0
]
in
command_index
:
if
command_index
[
argv
[
0
]][
2
]
!=
-
1
:
...
...
Write
Preview
Supports
Markdown
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