chore: clean up tauri commands

This commit is contained in:
reya
2024-05-18 14:59:34 +07:00
parent 99d9c70826
commit ca06f2b6ed
11 changed files with 21 additions and 388 deletions

File diff suppressed because one or more lines are too long

View File

@@ -2545,75 +2545,6 @@
"app:deny-version"
]
},
{
"type": "string",
"enum": [
"autostart:default"
]
},
{
"description": "autostart:allow-disable -> Enables the disable command without any pre-configured scope.",
"type": "string",
"enum": [
"autostart:allow-disable"
]
},
{
"description": "autostart:allow-enable -> Enables the enable command without any pre-configured scope.",
"type": "string",
"enum": [
"autostart:allow-enable"
]
},
{
"description": "autostart:allow-is-enabled -> Enables the is_enabled command without any pre-configured scope.",
"type": "string",
"enum": [
"autostart:allow-is-enabled"
]
},
{
"description": "autostart:deny-disable -> Denies the disable command without any pre-configured scope.",
"type": "string",
"enum": [
"autostart:deny-disable"
]
},
{
"description": "autostart:deny-enable -> Denies the enable command without any pre-configured scope.",
"type": "string",
"enum": [
"autostart:deny-enable"
]
},
{
"description": "autostart:deny-is-enabled -> Denies the is_enabled command without any pre-configured scope.",
"type": "string",
"enum": [
"autostart:deny-is-enabled"
]
},
{
"description": "cli:default -> Allows reading the CLI matches",
"type": "string",
"enum": [
"cli:default"
]
},
{
"description": "cli:allow-cli-matches -> Enables the cli_matches command without any pre-configured scope.",
"type": "string",
"enum": [
"cli:allow-cli-matches"
]
},
{
"description": "cli:deny-cli-matches -> Denies the cli_matches command without any pre-configured scope.",
"type": "string",
"enum": [
"cli:deny-cli-matches"
]
},
{
"type": "string",
"enum": [

View File

@@ -2545,75 +2545,6 @@
"app:deny-version"
]
},
{
"type": "string",
"enum": [
"autostart:default"
]
},
{
"description": "autostart:allow-disable -> Enables the disable command without any pre-configured scope.",
"type": "string",
"enum": [
"autostart:allow-disable"
]
},
{
"description": "autostart:allow-enable -> Enables the enable command without any pre-configured scope.",
"type": "string",
"enum": [
"autostart:allow-enable"
]
},
{
"description": "autostart:allow-is-enabled -> Enables the is_enabled command without any pre-configured scope.",
"type": "string",
"enum": [
"autostart:allow-is-enabled"
]
},
{
"description": "autostart:deny-disable -> Denies the disable command without any pre-configured scope.",
"type": "string",
"enum": [
"autostart:deny-disable"
]
},
{
"description": "autostart:deny-enable -> Denies the enable command without any pre-configured scope.",
"type": "string",
"enum": [
"autostart:deny-enable"
]
},
{
"description": "autostart:deny-is-enabled -> Denies the is_enabled command without any pre-configured scope.",
"type": "string",
"enum": [
"autostart:deny-is-enabled"
]
},
{
"description": "cli:default -> Allows reading the CLI matches",
"type": "string",
"enum": [
"cli:default"
]
},
{
"description": "cli:allow-cli-matches -> Enables the cli_matches command without any pre-configured scope.",
"type": "string",
"enum": [
"cli:allow-cli-matches"
]
},
{
"description": "cli:deny-cli-matches -> Denies the cli_matches command without any pre-configured scope.",
"type": "string",
"enum": [
"cli:deny-cli-matches"
]
},
{
"type": "string",
"enum": [