Change category of scope commands to core (#10892)

close #10802
This commit is contained in:
Andrej Kolchin 2023-10-30 18:55:40 +00:00 committed by GitHub
parent 3645178ff1
commit d4cbab454e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 6 additions and 6 deletions

View File

@ -17,7 +17,7 @@ impl Command for ScopeAliases {
Signature::build("scope aliases")
.input_output_types(vec![(Type::Nothing, Type::Any)])
.allow_variants_without_examples(true)
.category(Category::Filters)
.category(Category::Core)
}
fn usage(&self) -> &str {

View File

@ -17,7 +17,7 @@ impl Command for ScopeCommands {
Signature::build("scope commands")
.input_output_types(vec![(Type::Nothing, Type::Any)])
.allow_variants_without_examples(true)
.category(Category::Filters)
.category(Category::Core)
}
fn usage(&self) -> &str {

View File

@ -15,7 +15,7 @@ impl Command for ScopeEngineStats {
Signature::build("scope engine-stats")
.input_output_types(vec![(Type::Nothing, Type::Any)])
.allow_variants_without_examples(true)
.category(Category::Filters)
.category(Category::Core)
}
fn usage(&self) -> &str {

View File

@ -17,7 +17,7 @@ impl Command for ScopeExterns {
Signature::build("scope externs")
.input_output_types(vec![(Type::Nothing, Type::Any)])
.allow_variants_without_examples(true)
.category(Category::Filters)
.category(Category::Core)
}
fn usage(&self) -> &str {

View File

@ -17,7 +17,7 @@ impl Command for ScopeModules {
Signature::build("scope modules")
.input_output_types(vec![(Type::Nothing, Type::Any)])
.allow_variants_without_examples(true)
.category(Category::Filters)
.category(Category::Core)
}
fn usage(&self) -> &str {

View File

@ -17,7 +17,7 @@ impl Command for ScopeVariables {
Signature::build("scope variables")
.input_output_types(vec![(Type::Nothing, Type::Any)])
.allow_variants_without_examples(true)
.category(Category::Filters)
.category(Category::Core)
}
fn usage(&self) -> &str {