feat: add completions subcommand
This commit is contained in:
@@ -50,5 +50,6 @@ fn main() -> Result<()> {
|
||||
null,
|
||||
} => scripts::link::check(&paths, porcelain, null),
|
||||
},
|
||||
cli::Commands::Completions { shell } => scripts::completions::completions(shell),
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user