mirror of
https://github.com/nushell/nushell.git
synced 2024-12-23 07:30:13 +01: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")
|
||||
.usage("Get the git status of a repo")
|
||||
.optional("path", SyntaxShape::Filepath, "path to repo")
|
||||
.category(Category::Custom("Prompt".to_string()))]
|
||||
.category(Category::Custom("prompt".to_string()))]
|
||||
}
|
||||
|
||||
fn run(
|
||||
|
Loading…
Reference in New Issue
Block a user