Gitlab Community Edition Instance
Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cdstar
pycdstar3
Commits
ce9ab39c
Commit
ce9ab39c
authored
Oct 28, 2019
by
mhellka
Browse files
Help text
parent
c464f9a8
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/pycdstar3/cli/commands/rm.py
View file @
ce9ab39c
...
...
@@ -10,7 +10,7 @@ from pycdstar3 import ApiError
def
register
(
subparsers
):
parser
=
subparsers
.
add_parser
(
"rm"
,
help
=
__doc__
.
strip
().
splitlines
()[
0
],
description
=
__doc__
)
parser
.
add_argument
(
"-f"
,
"--force"
,
action
=
"store_true"
,
help
=
"Ignore missing files"
)
parser
.
add_argument
(
"-f"
,
"--force"
,
action
=
"store_true"
,
help
=
"Ignore missing files
or access errors
"
)
parser
.
add_argument
(
"ARCHIVE"
,
help
=
"Archive ID"
)
parser
.
add_argument
(
"FILES"
,
nargs
=
"+"
,
help
=
"File(s) to remove."
)
...
...
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