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
There does not appear to be a mechanism other than finding and editing the config file to remove a configuration field. I suggest that an unset command be added to hatch config.
To illustrate the current behavior:
% hatch config set typoValue for `typo`: some valuleNew setting:typo = "some valule"
% hatch config set typoValue for `typo`: ""New setting:typo = "\"\""
% hatch config set typoValue for `typo`: Value for `typo`: Value for `typo`: remove thisNew setting:typo = "remove this"
% hatch config unset typoUsage: hatch config [OPTIONS] COMMAND [ARGS]...Try 'hatch config -h' for help.Error: No such command 'unset'.
The text was updated successfully, but these errors were encountered:
There does not appear to be a mechanism other than finding and editing the config file to remove a configuration field. I suggest that an
unset
command be added tohatch config
.To illustrate the current behavior:
The text was updated successfully, but these errors were encountered: