mirror of
https://github.com/nushell/nushell.git
synced 2025-04-01 03:36:53 +02:00
category tweak (#6982)
This commit is contained in:
parent
43aec8cdbe
commit
acb34561eb
@ -7,7 +7,7 @@ impl Plugin for GStat {
|
|||||||
vec![Signature::build("gstat")
|
vec![Signature::build("gstat")
|
||||||
.usage("Get the git status of a repo")
|
.usage("Get the git status of a repo")
|
||||||
.optional("path", SyntaxShape::Filepath, "path to repo")
|
.optional("path", SyntaxShape::Filepath, "path to repo")
|
||||||
.category(Category::Custom("Prompt".to_string()))]
|
.category(Category::Custom("prompt".to_string()))]
|
||||||
}
|
}
|
||||||
|
|
||||||
fn run(
|
fn run(
|
||||||
|
Loading…
Reference in New Issue
Block a user