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
chctl local server start -v 26.6.1.811 --config default
^ this command work but ignores --config because it isnt a valid flag. Makes for confusing behaviour because the user expect the config to respected. Should we fail on unknown flags?
chctl local server start -v 26.6.1.811 --config default^ this command work but ignores --config because it isnt a valid flag. Makes for confusing behaviour because the user expect the config to respected. Should we fail on unknown flags?