run_remodel_restore¶
Command-line program for restoring files from remodeler backup.
Functions
Create a parser for the run_remodel_restore command-line arguments. |
|
|
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:
if the specified backup does not exist.