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
config set --add is a deviation from our standard syntax. Typically, set and add are two separate operations (e.g. option set vs. option add, and cache set vs. cache add).
It'd be better to abstract config set --add to config add.
We may also consider a config update, which would add the constant if it didn't exist, or update it if it did.
The text was updated successfully, but these errors were encountered:
config set --add
is a deviation from our standard syntax. Typically,set
andadd
are two separate operations (e.g.option set
vs.option add
, andcache set
vs.cache add
).It'd be better to abstract
config set --add
toconfig add
.We may also consider a
config update
, which would add the constant if it didn't exist, or update it if it did.The text was updated successfully, but these errors were encountered: