nutrimatic.cli.options
nutri-matic Package
nutrimatic.cli.options.verbose_mode(cfg, verbose)
Handle the –verbose / -v flag.
Override verbosity if CLI flag provided
- Return type:
Any
nutrimatic.cli.options.version_mode(version)
Handle the –version / -V flag.
When the version flag is provided, this function prints package metadata (version, author, license) and exits the application immediately.
- Return type:
None