Skip to content

Commit

Permalink
Merge pull request #1716 from golemfactory/agent-arrow
Browse files Browse the repository at this point in the history
Suggest using arrows in ya-provider selectors
  • Loading branch information
nieznanysprawiciel authored Nov 25, 2021
2 parents a7290f4 + f0b753d commit 929fad0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions agent/provider/src/cli/preset.rs
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ impl PresetUpdater {
}

let exeunit_idx = Select::new()
.with_prompt("ExeUnit")
.with_prompt("ExeUnit [select with arrow keys]")
.items(&self.exeunits[..])
.default(prev_exeunit)
.interact()?;
Expand All @@ -121,7 +121,7 @@ impl PresetUpdater {
.unwrap_or(0);

let pricing_idx = Select::new()
.with_prompt("Pricing model")
.with_prompt("Pricing model [select with arrow keys]")
.items(&self.pricing_models[..])
.default(prev_pricing)
.interact()?;
Expand Down

0 comments on commit 929fad0

Please sign in to comment.