We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b1e24f commit 01df8d2Copy full SHA for 01df8d2
1 file changed
src/main.rs
@@ -71,6 +71,9 @@ async fn run(cli: Cli, config: Config) -> anyhow::Result<()> {
71
match &cli.command {
72
Commands::Install { .. }
73
| Commands::List { .. }
74
+ | Commands::Update { .. }
75
+ | Commands::Uninstall { .. }
76
+ | Commands::Search { .. }
77
| Commands::Platform { .. }
78
| Commands::SelfUpdate { .. } => {
79
banner::print_banner();
0 commit comments