CLI¶
-
make_to_batch.cli.run()¶ The main function.
Run the tool.
-
make_to_batch.cli.setup_args()¶ Set the tool’s arguments.
Returns: A dictionary containing all the arguments values. The keys are the following: * ‘input’: The name of the Makefile to be converted. * ‘output’: The name of the output batch file. Return type: Dict[str, Any] Raises: FileNotFoundError– If the Makefile provided via command line arguments does not exists.