File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -4612,7 +4612,9 @@ def sudo_set(
4612
4612
if param_name in ["alpha_high" , "alpha_low" ]:
4613
4613
if not prompt :
4614
4614
err_console .print (
4615
- "`alpha_high` and `alpha_low` values cannot be set with `--no-prompt`"
4615
+ f"[{ COLORS .SU .HYPERPARAM } ]alpha_high[/{ COLORS .SU .HYPERPARAM } ] and "
4616
+ f"[{ COLORS .SU .HYPERPARAM } ]alpha_low[/{ COLORS .SU .HYPERPARAM } ] "
4617
+ f"values cannot be set with `--no-prompt`"
4616
4618
)
4617
4619
return False
4618
4620
param_name = "alpha_values"
@@ -4626,11 +4628,13 @@ def sudo_set(
4626
4628
if param_name == "yuma_version" :
4627
4629
if not prompt :
4628
4630
err_console .print (
4629
- "`yuma_version` is set using a different hyperparameter, and thus cannot be set with `--no-prompt`"
4631
+ f"[{ COLORS .SU .HYPERPARAM } ]yuma_version[/{ COLORS .SU .HYPERPARAM } ]"
4632
+ f" is set using a different hyperparameter, and thus cannot be set with `--no-prompt`"
4630
4633
)
4631
4634
return False
4632
4635
if Confirm .ask (
4633
- "`yuma_version` can only be used to toggle Yuma 3. Would you like to toggle Yuma 3?"
4636
+ f"[{ COLORS .SU .HYPERPARAM } ]yuma_version[/{ COLORS .SU .HYPERPARAM } ] can only be used to toggle Yuma 3. "
4637
+ f"Would you like to toggle Yuma 3?"
4634
4638
):
4635
4639
param_name = "yuma3_enabled"
4636
4640
question = Prompt .ask (
You can’t perform that action at this time.
0 commit comments