With AEsh we can no longer do
jbang --verbose=true --offline=false --fresh=false ...
While this is perhaps not used often it's essential if you want to override values set by config files.
For example:
$ jbang config set offline true
$ jbang --offline=false http://I_can_still_go_online
Even if we'd rather introduce special --no-XXXX options (eg. --no-offline) we still have to take into account that for backward compatibility we should keep the current way of doing things or run the risk of breaking people's way of running things.
With AEsh we can no longer do
While this is perhaps not used often it's essential if you want to override values set by config files.
For example:
Even if we'd rather introduce special
--no-XXXXoptions (eg.--no-offline) we still have to take into account that for backward compatibility we should keep the current way of doing things or run the risk of breaking people's way of running things.