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

CLI weirdness #24

Closed
abhijitkane opened this issue Jul 25, 2016 · 1 comment
Closed

CLI weirdness #24

abhijitkane opened this issue Jul 25, 2016 · 1 comment

Comments

@abhijitkane
Copy link
Member

$> bin/transform-collection.js
o/p:

  Commands:

    convert [options]    Convert Postman Collection from one format to another
    validate [options]   Verify whether a postman collection adheres to version specifications
    *                    Display usage text
    help [cmd]           display help for [cmd]

  Options:

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

$> bin/transform-collection.js help convert

  Usage: transform-collection [command] [options]


  Commands:

    convert [options]    Convert Postman Collection from one format to another
    validate [options]   Verify whether a postman collection adheres to version specifications
    *                    Display usage text
    help [cmd]           display help for [cmd]

  Options:

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


  transform-collection-convert(1) does not exist, try --help

$> bin/transform-collection.js --help

  Usage: transform-collection [command] [options]


  Commands:

    convert [options]    Convert Postman Collection from one format to another
    validate [options]   Verify whether a postman collection adheres to version specifications
    *                    Display usage text
    help [cmd]           display help for [cmd]

  Options:

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

help?

@czardoz
Copy link
Contributor

czardoz commented Jul 25, 2016

Duplicate of #19
Workaround is mentioned in that issue

@czardoz czardoz closed this as completed Jul 25, 2016
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

No branches or pull requests

2 participants