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

Add --version flag #206

Closed
tmcw opened this issue Oct 30, 2015 · 4 comments
Closed

Add --version flag #206

tmcw opened this issue Oct 30, 2015 · 4 comments

Comments

@tmcw
Copy link
Member

tmcw commented Oct 30, 2015

No description provided.

@tmcw
Copy link
Member Author

tmcw commented Oct 30, 2015

Fixed in 493d2b7

@tmcw tmcw closed this as completed Oct 30, 2015
@montogeek
Copy link
Contributor

@tmcw Is there a flag to show it be default in the generate docs?

@montogeek
Copy link
Contributor

montogeek commented May 10, 2016

@tmcw At this moment is not inferred from the packaje.json, this is the output of options

{ _: [ 'build', 'src/index.js' ],
  help: false,
  version: false,
  shallow: false,
  polyglot: false,
  private: false,
  p: false,
  github: true,
  g: true,
  watch: false,
  w: false,
  o: 'docs',
  output: 'docs',
  f: 'html',
  format: 'html',
  name: 'SDK',
  external: null,
  '$0': '/Users/montogeek/project/node_modules/.bin/documentation' }

Command:

"docs:html": "./node_modules/.bin/documentation build src/index.js -o docs -f html --github --name 'SDK'"

@montogeek
Copy link
Contributor

I think is fixed by #406

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