Loading cccli/commands/alias.py +1 −1 Original line number Diff line number Diff line Loading @@ -21,7 +21,7 @@ class Command_alias(OptionCommand): self.parse_args(argv) _value = None if len(self.args) == 0: _alias = self.cli.aliases.keys() _alias = sorted(self.cli.aliases.keys()) elif len(self.args) == 1: _alias = [ self.args[0] ] elif len(self.args) == 2: Loading Loading
cccli/commands/alias.py +1 −1 Original line number Diff line number Diff line Loading @@ -21,7 +21,7 @@ class Command_alias(OptionCommand): self.parse_args(argv) _value = None if len(self.args) == 0: _alias = self.cli.aliases.keys() _alias = sorted(self.cli.aliases.keys()) elif len(self.args) == 1: _alias = [ self.args[0] ] elif len(self.args) == 2: Loading