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

--nobrowser option for the tns help command (command to generate html help) #1302

Closed
ErjanGavalji opened this issue Dec 3, 2015 · 5 comments
Milestone

Comments

@ErjanGavalji
Copy link
Contributor

Introduce an option for the tns help command, so that it prepares the documentation, but does not launch a browser. This way the documentation will get collectible by other tools.

@rosen-vladimirov
Copy link
Contributor

What's the use-case here?
Currently we are showing browser help in case you use
tns help <command name>
But in case you need command line help you can use tns <command name> -h

@teobugslayer
Copy link
Contributor

This is needed to generate CLI documentation for publishing on docs.nativescript.org.
I think, a dev- command is more appropriate here.

teobugslayer added a commit that referenced this issue Jan 5, 2016
@teobugslayer teobugslayer added this to the 1.6.0 (Under consideration) milestone Jan 5, 2016
teobugslayer added a commit that referenced this issue Jan 6, 2016
@teobugslayer
Copy link
Contributor

Actually, I've implemented the dev-generate-help command. As any dev- command it lacks help.

@ErjanGavalji
Copy link
Contributor Author

👍

@dtopuzov
Copy link
Contributor

Html is generated at node_modules\nativescript\docs\html

@dtopuzov dtopuzov changed the title --nobrowser option for the tns help command --nobrowser option for the tns help command (command to generate html help) Jan 22, 2016
@dtopuzov dtopuzov removed the 3 - Done label Jan 22, 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

4 participants