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

feat: basic cli-argument validation #72

Merged
merged 7 commits into from
Dec 21, 2023
Merged

feat: basic cli-argument validation #72

merged 7 commits into from
Dec 21, 2023

Commits on Dec 20, 2023

  1. Configuration menu
    Copy the full SHA
    fb31c98 View commit details
    Browse the repository at this point in the history
  2. refactor: specify cli arguments explicitly

    This syntax is necessary in order to specify parsing functions in a future commit
    ComradeVanti committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    74b7d96 View commit details
    Browse the repository at this point in the history
  3. deps: bump commander

    ComradeVanti committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    dba73b1 View commit details
    Browse the repository at this point in the history
  4. refactor: remove unused cli option

    As far as I can tell this "registry" option is not used. The login function seems to use the global registry option.
    ComradeVanti committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    ca8f3a6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b6c5f52 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7dba803 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2cdb5c4 View commit details
    Browse the repository at this point in the history