mirror of
https://github.com/jayofelony/pwnagotchi.git
synced 2025-07-01 18:37:27 -04:00
@ -127,8 +127,11 @@ if __name__ == '__main__':
|
|||||||
help="How to donate to this project.")
|
help="How to donate to this project.")
|
||||||
|
|
||||||
# pwnagotchi plugins --help
|
# pwnagotchi plugins --help
|
||||||
parser = plugins_cmd.add_parsers(parser)
|
parser_plugins = plugins_cmd.add_parsers(parser)
|
||||||
args = parser.parse_args()
|
args = parser_plugins.parse_args()
|
||||||
|
|
||||||
|
# pwnagotchi google --help
|
||||||
|
parser_google = google_cmd.add_parsers(parser)
|
||||||
|
|
||||||
if plugins_cmd.used_plugin_cmd(args):
|
if plugins_cmd.used_plugin_cmd(args):
|
||||||
config = utils.load_config(args)
|
config = utils.load_config(args)
|
||||||
|
Reference in New Issue
Block a user