Skip to content

Commit

Permalink
Feat(args.rs): Added Clear Cache Argument
Browse files Browse the repository at this point in the history
  • Loading branch information
WillKirkmanM committed May 3, 2023
1 parent 58412fe commit 3059766
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/args.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,9 @@ pub struct SandboxArgs {
/// Search for Environment
#[clap(short = 'I', long, default_value = "")]
pub install: String,

/// Clear the Install Cache
#[clap(short = 'C', long)]
pub clearcache: bool,
}

0 comments on commit 3059766

Please sign in to comment.