mirror of
https://github.com/jayofelony/pwnagotchi.git
synced 2025-07-01 18:37:27 -04:00
@ -18,7 +18,7 @@ def add_parsers(subparsers):
|
|||||||
parser_google_auth = google_subparsers.add_parser('auth', help='Google Authentication')
|
parser_google_auth = google_subparsers.add_parser('auth', help='Google Authentication')
|
||||||
parser_google_auth.add_argument('bool', type=bool, help="This will start the authentication process")
|
parser_google_auth.add_argument('bool', type=bool, help="This will start the authentication process")
|
||||||
|
|
||||||
return parser
|
return subparsers
|
||||||
|
|
||||||
|
|
||||||
def used_google_cmd(args):
|
def used_google_cmd(args):
|
||||||
|
@ -58,7 +58,7 @@ def add_parsers(subparsers):
|
|||||||
parser_plugins_edit = plugin_subparsers.add_parser('edit', help='Edit the options')
|
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')
|
parser_plugins_edit.add_argument('name', type=str, help='Name of the plugin')
|
||||||
|
|
||||||
return parser
|
return subparsers
|
||||||
|
|
||||||
|
|
||||||
def used_plugin_cmd(args):
|
def used_plugin_cmd(args):
|
||||||
|
Reference in New Issue
Block a user