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

server -f now ask server functions and not list_command

parent f9eeedff
No related branches found
No related tags found
No related merge requests found
......@@ -37,7 +37,7 @@ class Command_server(OptionCommand):
def show_functions(self):
try:
for cmds in self.cli.rpc.call("list_commands"):
for cmds in self.cli.rpc.call("functions"):
self.printer.out("%s"%cmds["name"])
except RpcError as e:
raise cmdError("RPCError: %s"%str(e))
......
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