Add aqua tool installer cli (#889)
* Add aqua cli * Move aqua cli to generic.rs * Add a dry-run support to aqua * style: format code --------- Co-authored-by: Steve Lau <stevelauc@outlook.com>
This commit is contained in:
@@ -420,6 +420,7 @@ fn run() -> Result<()> {
|
||||
})?;
|
||||
runner.execute(Step::Poetry, "Poetry", || generic::run_poetry(&ctx))?;
|
||||
runner.execute(Step::Zvm, "ZVM", || generic::run_zvm(&ctx))?;
|
||||
runner.execute(Step::Aqua, "aqua", || generic::run_aqua(&ctx))?;
|
||||
|
||||
if should_run_powershell {
|
||||
runner.execute(Step::Powershell, "Powershell Modules Update", || {
|
||||
|
||||
Reference in New Issue
Block a user