Resolve clap TODO items

This commit is contained in:
Wolfgang Silbermayr
2022-08-08 11:51:57 +02:00
parent 2a385c7882
commit 1c67ec7894
5 changed files with 5 additions and 36 deletions

View File

@@ -35,7 +35,6 @@ enum WasmerCLIOptions {
#[clap(name = "run")]
Run(Run),
// TODO: check whether this should really be a subcommand.
/// Wasmer cache
#[clap(subcommand, name = "cache")]
Cache(Cache),