mirror of
https://github.com/fluencelabs/wasmer
synced 2024-12-12 22:05:33 +00:00
add help text to cache commands
This commit is contained in:
parent
cd9ef3c49a
commit
31cc4b7662
@ -48,9 +48,11 @@ struct Run {
|
||||
|
||||
#[derive(Debug, StructOpt)]
|
||||
enum Cache {
|
||||
/// Clear the cache
|
||||
#[structopt(name = "clean")]
|
||||
Clean,
|
||||
|
||||
/// Display the location of the cache
|
||||
#[structopt(name = "dir")]
|
||||
Dir,
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user