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

[WIP&RFC] Add scoop info sub-command #2165

Merged
merged 2 commits into from
May 4, 2018

Conversation

chawyehsu
Copy link
Member

@chawyehsu chawyehsu commented Mar 29, 2018

Inspired by brew info.

Some tests case that (might) should be handled:

  • scoop info vim, vim no installed.
  • scoop info vim, vim installed from main bucket.
  • scoop info vim, vim installed from other bucket.
  • scoop info vim, vim installed from url.
  • scoop info <$bucket>/vim, vim no installed.
  • scoop info <$bucket>/vim, vim installed from main bucket.
  • scoop info <$bucket>/vim, vim installed from other bucket.
  • scoop info <$bucket>/vim, vim installed from url.
  • scoop info <$bucket>/vim, vim installed from <$bucket> bucket.

more information to be supplemented.

h404bi and others added 2 commits March 30, 2018 00:39
- show version and latest version
- show license (with link to spdx.org)
- show binaries
- show install notes
@r15ch13 r15ch13 merged commit cfb628f into ScoopInstaller:master May 4, 2018
@chawyehsu chawyehsu deleted the feature-scoop-info branch June 14, 2018 13:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants