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: improve install error when app doesnt exist #1140

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Nov 21, 2024

  1. feat: improve install error when app doesnt exist

    When trying to install an app that doesnt exist the error message
    would advise the user that the app doesnt exist and that they should
    run `install --help` to see what is available.
    
    However, there may be situations where the user is using the wrong verb
    because they are trying to get a tool, rather than an app.  This change introduces
    a check when an app not found error is encountered to see whether a tool with the
    user provided name exists and advises them accordingly.
    
    also adds associated test.
    
    Signed-off-by: Richard Gee <[email protected]>
    rgee0 committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    88c6845 View commit details
    Browse the repository at this point in the history