Update sys users signature

This commit is contained in:
Bruce Weirdan 2024-06-18 17:15:29 +02:00 committed by GitHub
parent 28ed0fe700
commit 3de8f9a5d1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,7 +13,7 @@ impl Command for SysUsers {
fn signature(&self) -> Signature { fn signature(&self) -> Signature {
Signature::build("sys users") Signature::build("sys users")
.category(Category::System) .category(Category::System)
.input_output_types(vec![(Type::Nothing, Type::record())]) .input_output_types(vec![(Type::Nothing, Type::table())])
} }
fn usage(&self) -> &str { fn usage(&self) -> &str {