Cleanup
- cleanup.parse_cleanup_arguments()[source]
Parse command-line arguments for cleanup configuration.
Returns
- argparse.Namespace
Parsed command-line arguments.
Example
- Example usage:
python deploy.py –config /path/to/config.json
Notes
This function parses command-line arguments for cleanup configuration. It returns an argparse.Namespace object containing the parsed arguments.