Skip to content

Commit 13b9823

Browse files
committed
fix(cli): oops
1 parent fcd9a90 commit 13b9823

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/cli/mod.rs

-2
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,8 @@ pub enum Commands {
2020
#[derive(Debug, Subcommand)]
2121
pub enum JobCommand {
2222
/// Caches download counts for all mods currently stored
23-
#[command(subcommand)]
2423
CacheDownloads,
2524
/// Runs migrations
26-
#[command(subcommand)]
2725
Migrate,
2826
}
2927

0 commit comments

Comments
 (0)