|
@@ -132,7 +132,6 @@ def help():
|
|
this_module = sys.modules[__name__]
|
|
this_module = sys.modules[__name__]
|
|
method = getattr(this_module, cmd)
|
|
method = getattr(this_module, cmd)
|
|
params = signature(method).parameters
|
|
params = signature(method).parameters
|
|
- num_args = len(params)
|
|
|
|
command_table.append([cmd] + [p for p in params])
|
|
command_table.append([cmd] + [p for p in params])
|
|
|
|
|
|
print(_my_tabulate(command_table,tablefmt='pipe',headers=['command',
|
|
print(_my_tabulate(command_table,tablefmt='pipe',headers=['command',
|