bluesearch.entrypoint.database.add module¶
Adding articles to the database.
- init_parser(parser: argparse.ArgumentParser) argparse.ArgumentParser[source]¶
Initialise the argument parser for the add subcommand.
- Parameters
parser – The argument parser to initialise.
- Returns
The initialised argument parser. The same object as the parser argument.
- Return type
argparse.ArgumentParser