mirror of
https://github.com/Llewellynvdm/starship.git
synced 2024-11-05 21:07:52 +00:00
fix(module): list option not working (#3919)
This commit is contained in:
parent
bd194dea75
commit
6fe6735927
@ -55,7 +55,7 @@ enum Commands {
|
||||
/// Prints a specific prompt module
|
||||
Module {
|
||||
/// The name of the module to be printed
|
||||
#[clap(required = true, required_unless_present = "list")]
|
||||
#[clap(required_unless_present("list"))]
|
||||
name: Option<String>,
|
||||
/// List out all supported modules
|
||||
#[clap(short, long)]
|
||||
|
Loading…
Reference in New Issue
Block a user