Skip to content

Commit 01df8d2

Browse files
committed
fix: show figlet banner on all relevant commands
- Add banner for Update, Uninstall, and Search commands - Banner now shows on: install, list, update, uninstall, search, platform, self-update
1 parent 1b1e24f commit 01df8d2

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/main.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,9 @@ async fn run(cli: Cli, config: Config) -> anyhow::Result<()> {
7171
match &cli.command {
7272
Commands::Install { .. }
7373
| Commands::List { .. }
74+
| Commands::Update { .. }
75+
| Commands::Uninstall { .. }
76+
| Commands::Search { .. }
7477
| Commands::Platform { .. }
7578
| Commands::SelfUpdate { .. } => {
7679
banner::print_banner();

0 commit comments

Comments
 (0)