Skip to content

"help formats" doesn't work #53

Description

@soichih

I am trying to find what formats are available under --outfmt (without looking at the code..)

README says to "See 'help formats'".

I think it means to do following, but I am getting an error message (on v0.2.18)

$ underscore help formats
Unknown command: 'help,formats'

/usr/lib/node_modules/underscore-cli/bin/underscore:69
        .join(' ');
         ^
TypeError: Object  has no method 'join'
    at /usr/lib/node_modules/underscore-cli/bin/underscore:69:10
    at Array.map (native)
    at Command.commandHelp (/usr/lib/node_modules/underscore-cli/bin/underscore:62:6)
    at Command.helpInformation (/usr/lib/node_modules/underscore-cli/bin/underscore:193:26)
    at printHelp (/usr/lib/node_modules/underscore-cli/bin/underscore:243:27)
    at Command.<anonymous> (/usr/lib/node_modules/underscore-cli/bin/underscore:802:7)
    at Command.emit (events.js:95:17)
    at Command.parseArgs (/usr/lib/node_modules/underscore-cli/node_modules/commander/lib/commander.js:408:12)
    at Command.parse (/usr/lib/node_modules/underscore-cli/node_modules/commander/lib/commander.js:352:15)
    at main (/usr/lib/node_modules/underscore-cli/bin/underscore:804:13)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions