Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Butterfly CLI allows escaped semicolons and equals as extension property value when passed using -p #361

Merged
merged 1 commit into from
Oct 28, 2020

Commits on Oct 27, 2020

  1. Issue#360 CLI allow escaped semicolon and equals

    Butterfly CLI  option `-p` uses semi-colon to separate properties and
    equals to separate property from value. Now, the option '-p' accepts
    escaped semi-colon and equals as property value. Example `-p
    firstkey=value\;1;secondkey=value\;2`
    badalsarkar committed Oct 27, 2020
    Configuration menu
    Copy the full SHA
    ffa5903 View commit details
    Browse the repository at this point in the history