Skip to content

AEsh broke primitive options #2504

Description

@quintesse

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions