mirror of
https://github.com/jayofelony/pwnagotchi.git
synced 2025-07-01 18:37:27 -04:00
@ -58,7 +58,7 @@ def add_parsers(subparsers):
|
||||
parser_plugins_edit = plugin_subparsers.add_parser('edit', help='Edit the options')
|
||||
parser_plugins_edit.add_argument('name', type=str, help='Name of the plugin')
|
||||
|
||||
return parser
|
||||
return subparsers
|
||||
|
||||
|
||||
def used_plugin_cmd(args):
|
||||
|
Reference in New Issue
Block a user