Disable

class uetools.commands.plugin.disable.Disable[source]

Disable a plugin

Examples

# Disable the plugin
uecli disable --project TTSGame --plugin RTSGamePlugin
name: str = 'disable'
class Arguments[source]

Arguments(project: str = None, plugin: str = ‘None’)

project: str = None
plugin: str = 'None'
static arguments(subparsers)[source]

Define the arguments of this command

static execute(args)[source]

Execute the command

uetools.commands.plugin.disable.COMMANDS

alias of Disable