Skip to content
This repository was archived by the owner on Feb 19, 2026. It is now read-only.

Commit 5b25e85

Browse files
committed
fix: cli
1 parent 85b671c commit 5b25e85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/src/bin/cli.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
use clap::Parser;
22

3-
use be_music_cabinet_cli::{Cli, run_command};
3+
use bms_resource_toolbox_cli::{Cli, run_command};
44

55
fn main() -> Result<(), Box<dyn std::error::Error>> {
66
// Initialize CLI logger to output logs as-is to terminal

0 commit comments

Comments
 (0)