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

Show up usage information the right way #357

Merged
merged 1 commit into from
Jun 4, 2019

Conversation

jamesgeorge007
Copy link
Contributor

Fixes #349

Fixed the usage information that showed up with --help which was misleading previously.

vsce --help shows:-

Usage: vsce <command> [options]

Options:
  -V, --version                        output the version number
  -h, --help                           output usage information

Commands:
  ls [options]                         Lists all the files that will be published
  package [options]                    Packages an extension
  publish [options] [<version>]        Publishes an extension
  unpublish [options] [<extensionid>]  Unpublishes an extension. Example extension id: microsoft.csharp.
  ls-publishers                        List all known publishers
  create-publisher <publisher>         Creates a new publisher
  delete-publisher <publisher>         Deletes a publisher
  login <publisher>                    Add a publisher to the known publishers list
  logout <publisher>                   Remove a publisher from the known publishers list
  show [options] <extensionid>         Show extension metadata
  search [options] <text>              search extension gallery

@jamesgeorge007
Copy link
Contributor Author

@joaomoreno Thoughts 🤔

@joaomoreno
Copy link
Member

Thanks! 🍻

@joaomoreno joaomoreno merged commit ac8c683 into microsoft:master Jun 4, 2019
@joaomoreno joaomoreno added this to the June 2019 milestone Jun 4, 2019
@joaomoreno joaomoreno self-assigned this Jun 4, 2019
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.

vsce --help command doesn't work
2 participants