Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
def cli():
"""Create CLI environment"""
return VersionedCLI(cli_name=SF_CLI_NAME,
config_dir=SF_CLI_CONFIG_DIR,
config_env_var_prefix=SF_CLI_ENV_VAR_PREFIX,
invocation_cls=SFInvoker,
commands_loader_cls=SFCommandLoader,
help_cls=SFCommandHelp)