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

refactor!: update cli options to use --no prefix for boolean values #46

Merged
merged 4 commits into from
Nov 27, 2024

Commits on Nov 26, 2024

  1. Configuration menu
    Copy the full SHA
    f700149 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2024

  1. feat!: use cli options prefixed with --no- for boolean values

    BREAKING CHANGE: the previously supported text syntax for boolean
    arguments, e.g. '--cors=true' or '--gzip false', is not supported
    after this change. Instead, '--cors' (true) and '--no-cors' (false)
    or '--gzip' (true) and '--no-gzip' (false) should be used.
    fvsch committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    5be991d View commit details
    Browse the repository at this point in the history
  2. refactor!: rename --dir-list and --dir-file options

    BREAKING CHANGEs:
    - the '--dir-list' option is now '--dirlist'
    - the '--dir-file' option is now '--dirfile'
    fvsch committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    26245fa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c119acd View commit details
    Browse the repository at this point in the history