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

fix: consolidate bugs, docs, repo command logic #4857

Merged
merged 1 commit into from May 9, 2022

Commits on May 9, 2022

  1. fix: consolidate bugs, docs, repo command logic

    All three of these commands do the same thing: open a manifest and find
    a url inside to open it.  The finding of that manifest was not very
    consistent across these three commands. Some work with workspaces while
    others don't. Some work correctly with `--prefix` while others don't.
    
    This PR consolidates these commands so that they all are consistent in
    how they find the manifest being referenced.  The specifics of which url
    they open are still left to each command.  The util that only these
    three commands were using was consolidated into their base class.
    wraithgar committed May 9, 2022
    Copy the full SHA
    0075f28 View commit details
    Browse the repository at this point in the history