microsoft / winget-cli Public
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
Populate with initial solution and basic application #1
Conversation
CODEOWNERS
Outdated
| @@ -0,0 +1 @@ | |||
| * @ranm-msft @johnmcpms @yao-msft | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i'd like to include all participants in the client code reviews as well
can we create a group like we do on the service side? #Resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, we can. It looks like we have a good team that we can use already set up, we just need to put the correct people in it. Will work on getting that squared away next week. #Resolved
|
let's name the package project |
|
let's name the sln AppInstallClient #Resolved |
|
let's create ArgumentHandler folder #WontFix |
* Remove old Manifest schema spec * Update index.md * Remove old reference to preview-note * Update validate.md * Delete upgrade.png * Update upgrade.md * Update uninstall.md * Add files via upload * Add files via upload * Add files via upload * Update source.md * Delete source.png * Add files via upload * Delete source.png * Add files via upload * Update show.md * Update settings.md * Update search.md * Update list.md * Update install.md * Update index.md * Update help.md * Images #1 * Create source.png * Update list.md * Update features.md * Update export.md * images #2 * Create hash.png * Update hash.md * Update import.md * Images #3 * Update Labels * Update repository.md * Update manifest.md * Update index.md * docs upgrade/uninstall * images added * Update uninstall-multiple.png * Update repository.md * Update manifest.md * Update validate.md * Update upgrade.md * Update uninstall.md * Update validate.md * Update upgrade.md * Update source.md * Update show.md * Update settings.md * Update search.md * Update list.md * Update install.md * Delete help.png * Add files via upload * Update index.md * Update index.md * Update import.md * Update hash.md * Update upgrade.md * Update uninstall.md * Update list.md * Update export.md * final commit * Update patterns.txt * Update expect.txt * Update ManifestSpecv1.0.md * Update manifest.md * Update manifest.md * allow words * @jedieaston's suggestion * expect.txt alphabetical order
This initial commit brings over a basic CLI parsing infra and the beginnings of an ABI for doing repo search.