Skip to content

Commit c62d29b

Browse files
committed
feat(cli): remove start command and add rescan
1 parent cc3b13f commit c62d29b

1 file changed

Lines changed: 2 additions & 8 deletions

File tree

src/cli.rs

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -123,13 +123,7 @@ pub enum Commands {
123123
},
124124

125125
#[command(
126-
about = "Start WebAPI with given bind IP and port"
126+
about = "Rescans the database"
127127
)]
128-
Start { // TODO
129-
#[arg(value_name = "IP")]
130-
ip: String,
131-
132-
#[arg(value_name = "PORT")]
133-
port: u16,
134-
}
128+
Rescan
135129
}

0 commit comments

Comments
 (0)