- prog is the script's name by default which is okay
- added epilog
print("DEBUG: Initializing parser ...")
_PARSER = argparse.ArgumentParser(
- prog="Fedi API Block",
- description="Fetches block reasons from the fediverse"
+ description="Fetches block reasons from the fediverse",
+ epilog="Please note that some commands have optional arguments, you may want to try fba.py <command> --help to find them out.",
)
subparser_command = _PARSER.add_subparsers(
dest="command",