Skip to content
Snippets Groups Projects
Commit d4060c39 authored by Seblu's avatar Seblu
Browse files

fix alias issue

parent addb2955
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,7 @@ class Command_alias(OptionCommand):
if len(self.args) == 0:
_alias = self.cli.alias.keys()
elif len(self.args) == 1:
_alias = self.args[0]
_alias = [ self.args[0] ]
elif len(self.args) == 2:
_alias = self.args[0]
_value = self.args[1]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment