llg3d.post.utils¶
Command-line argument parsing for post-processing scripts.
Functions
|
Parse command-line arguments for post-processing scripts. |
- get_cli_args(description, default_image_filepath)[source]¶
Parse command-line arguments for post-processing scripts.
- Parameters:
description (str | None) – Description of the script for the help message.
default_image_filepath (Path) – Default path to save the output image.
- Returns:
Parsed command-line arguments.
- Return type:
Namespace