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

rename command exec to execute

Rename is done to have consistency as far as possible between server functions and cli commands
parent 6ed64c6d
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ from sjrpc.core.exceptions import *
from cccli.printer import Printer, color
from cccli.command.command import TqlCommand
class Command_exec(TqlCommand):
class Command_execute(TqlCommand):
'''Execute a command on the remote host'''
def __init__(self, cli, argv0):
......
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