castep_outputs.cli.args#
Module containing argument parser and processing.
Functions
|
Extract the files to parse from the |
Get main argument parser for castep outputs. |
|
|
Parse all arguments and add those caught by flags. |
- castep_outputs.cli.args.extract_parsables(args)[source]#
Extract the files to parse from the
Namespace.- Parameters:
args (Namespace) – Namespace to process.
- Returns:
Files to parse.
- Return type:
dict[str, list[str]]