Module: command_arguments
Module for parsing command line arguments.
get_args()
¶
Parse the command line arguments passed to the application.
Returns:
| Type | Description |
|---|---|
Namespace
|
Parsed arguments. |
get_parameters(namespace)
¶
Get parameters from the namespace.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
namespace
|
Namespace
|
Namespace with the parameters. |
required |
Returns:
| Type | Description |
|---|---|
Dict[str, Any]
|
Parameters from the namespace. |