simula_bibrestclient.cli — Command line interface

simula_bibrestclient.cli.main.main(arguments=None, subcommands=[])[source]

The simula_bibrestclient command.

Parameters:
  • arguments – Command-line arguments as a list, excluding the program name. Defaults to sys.args[1:].
  • subcommands – List of Command-subclasses.
class simula_bibrestclient.cli.search.Search(args, auth)[source]

Bases: simula_bibrestclient.cli.command.Command

help = 'Search for bibliographies.'

Help for the command.

name = 'search'

Name of the command.