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
Open sidebar
Oskar Roesler
ros-aur-helpers
Commits
7fb98ad1
Verified
Commit
7fb98ad1
authored
Dec 06, 2020
by
Oskar Roesler
Browse files
Rename command line tool from ci.py to rosaur.py
parent
76436a49
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
1 deletion
+1
-1
aurci/parser.py
aurci/parser.py
+1
-1
rosaur.py
rosaur.py
+0
-0
No files found.
aurci/parser.py
View file @
7fb98ad1
...
...
@@ -20,7 +20,7 @@ def commands(option, package, verbosity, output):
def
main
(
argv
):
parser
=
argparse
.
ArgumentParser
(
prog
=
'aur
ci
'
,
add_help
=
True
)
parser
=
argparse
.
ArgumentParser
(
prog
=
'
ros
aur'
,
add_help
=
True
)
exclu_group
=
parser
.
add_mutually_exclusive_group
()
parser
.
add_argument
(
'command'
,
choices
=
[
'clone'
,
'pull'
,
'build'
,
'deploy'
,
'update'
])
...
...
ci
.py
→
rosaur
.py
View file @
7fb98ad1
File moved
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