Open petr opened 6 years ago
Add a command for generation of configuration file based on a template.
Example python generate_config.py --api-key=demo will generate config file in which parameter api_key will be override by a new config.
python generate_config.py --api-key=demo
I think, the best format for config file is classic ini-file. But you can choose.
Add a command for generation of configuration file based on a template.
Example
python generate_config.py --api-key=demo
will generate config file in which parameter api_key will be override by a new config.I think, the best format for config file is classic ini-file. But you can choose.