Skip to content

Show up usage information the right way#357

Merged
joaomoreno merged 1 commit intomicrosoft:masterfrom
jamesgeorge007:hotfix/fixup-help
Jun 4, 2019
Merged

Show up usage information the right way#357
joaomoreno merged 1 commit intomicrosoft:masterfrom
jamesgeorge007:hotfix/fixup-help

Conversation

@jamesgeorge007
Copy link
Copy Markdown
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
Copy Markdown
Contributor Author

@joaomoreno Thoughts 🤔

@joaomoreno
Copy link
Copy Markdown
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