Signed-off-by: Jeroen Oudshoorn <oudshoorn.jeroen@gmail.com>
This commit is contained in:
Jeroen Oudshoorn
2023-11-22 11:10:30 +01:00
parent 3caf7d24f1
commit 75e29ca57f
6 changed files with 12 additions and 22 deletions

View File

@ -99,7 +99,7 @@ def do_auto_mode(agent):
if __name__ == '__main__':
def add_parsers(parser):
"""
Adds the plugins and google subcommands to a given argparse.ArgumentParser
Adds the plugins and google subcommands
"""
subparsers = parser.add_subparsers()