Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cc-cli
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mirror
cc-cli
Commits
1dc65dcb
Commit
1dc65dcb
authored
14 years ago
by
Seblu
Browse files
Options
Downloads
Patches
Plain Diff
fix unalias usage
parent
f2387fc0
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
cccli/command.py
+2
-2
2 additions, 2 deletions
cccli/command.py
with
2 additions
and
2 deletions
cccli/command.py
+
2
−
2
View file @
1dc65dcb
...
@@ -140,8 +140,8 @@ class Command(object):
...
@@ -140,8 +140,8 @@ class Command(object):
raise
BadArgument
(
"
%s: No such alias
"
%
argv
[
1
])
raise
BadArgument
(
"
%s: No such alias
"
%
argv
[
1
])
del
self
.
cli
.
alias
[
argv
[
1
]]
del
self
.
cli
.
alias
[
argv
[
1
]]
self
.
cli
.
alias
.
save
()
self
.
cli
.
alias
.
save
()
cmd_alias
.
usage
=
"
unalias [name]
"
cmd_
un
alias
.
usage
=
"
unalias [name]
"
cmd_alias
.
desc
=
"
Remove an aliases
"
cmd_
un
alias
.
desc
=
"
Remove an aliases
"
def
cmd_rcmd
(
self
,
argv
):
def
cmd_rcmd
(
self
,
argv
):
'''
Show remote commands
'''
'''
Show remote commands
'''
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment