run_remodel_restore

Command-line program for restoring files from backup.

Functions

get_parser()

Create a parser for the run_remodel_restore command-line arguments.

main([arg_list])

The command-line program for restoring a remodel backup.

get_parser()[source]

Create a parser for the run_remodel_restore command-line arguments.

Returns:

A parser for parsing the command line arguments.

Return type:

argparse.ArgumentParser

main(arg_list=None)[source]

The command-line program for restoring a remodel backup.

Parameters:

arg_list (list or None) – Called with value None when called from the command line. Otherwise, called with the command-line parameters as an argument list.

Raises:

HedFileError

  • if the specified backup does not exist.