invirtualenv.cli module¶
Command line interface to invirtualenv v2
-
invirtualenv.cli.get_setting_command(args)[source]¶ Get the value of a setting in the deploy.conf
Parameters: args (argparse.Namespace) – The argparse parser namespace with the parsed cli settings Returns: The value of the setting or None Return type: str