You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm finding myself wanting to know what the default value is for a flag in order to set a different value. E.g. I might want to set a lower learning rate. To do that now I need to lookup the default value (e.g. using --help-op or via --edit-flags). It'd be nice if Guild filled in the value via completion.
Note that this might not make sense if the flag has choices (the list of choices should be shown rather than a default value).
In the case where there are no choices, the only reasonable value to complete is the default.
This should be done only at the <name>= prompt - the user should type Tab twice to get the default value filled in.
The text was updated successfully, but these errors were encountered:
I'm finding myself wanting to know what the default value is for a flag in order to set a different value. E.g. I might want to set a lower learning rate. To do that now I need to lookup the default value (e.g. using
--help-op
or via--edit-flags
). It'd be nice if Guild filled in the value via completion.Note that this might not make sense if the flag has choices (the list of choices should be shown rather than a default value).
In the case where there are no choices, the only reasonable value to complete is the default.
This should be done only at the
<name>=
prompt - the user should type Tab twice to get the default value filled in.The text was updated successfully, but these errors were encountered: