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

Bug fixes #3

Open
wants to merge 3 commits into
base: dev
Choose a base branch
from
Open

Bug fixes #3

wants to merge 3 commits into from

Commits on Oct 7, 2022

  1. Configuration menu
    Copy the full SHA
    4b7e725 View commit details
    Browse the repository at this point in the history
  2. Fix quitting after showing help in noninteractive sessions. This fixe…

    …s this error:
    
    Error in quit(save = FALSE) :
      one of "yes", "no", "ask" or "default" expected.
    Calls: opt_help -> quit
    Execution halted
    LukeLR committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    1c5d53d View commit details
    Browse the repository at this point in the history
  3. Fix output of missing options with multiple flags. The output was:

    Option(s): [-p--project] is required, but was not supplied.
    
    and now is:
    
    Option(s): [-p, --project] is required, but was not supplied.
    
    which makes it more readable and conforms better with established standards
    LukeLR committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    141c802 View commit details
    Browse the repository at this point in the history