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: Argument parsing (>= node 16) #283

Open
wants to merge 10 commits into
base: main
Choose a base branch
from

Commits on Feb 1, 2023

  1. feat: use util.parseArgs

    aarondill committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    54270fd View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2023

  1. refactor: destrucure argument in parseCLIArguments

    This moved argument destructuring to the parseCliArguments function, renames values to options,
    renames positionals to patterns, and moves the try catch to the run function
    aarondill committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    31d488a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0d12907 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c183b60 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    834ea29 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    aaa38d1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    10a6067 View commit details
    Browse the repository at this point in the history
  7. Revert "feat: add support for --no-check and --no-quiet"

    This reverts commit 10a6067.
    aarondill committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    65b60d1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c3f5a6b View commit details
    Browse the repository at this point in the history
  9. test: update tests

    fisker committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    baaa560 View commit details
    Browse the repository at this point in the history