Skip to content

Fix help output #34

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

Merged
merged 2 commits into from
May 20, 2016
Merged

Conversation

mizunashi-mana
Copy link
Contributor

I fixed help output!
Thanks.

Now

$ gitbook help
    build [book] [output]    build a book
        --format     Format to build to (Default is website; Values are website, json, ebook)
        --log    Minimum log level to display (Default is info; Values are debug, info, warn, error, disabled)

    pdf [book] [output]      build a book to pdf
        --log    Minimum log level to display (Default is info; Values are debug, info, warn, error, disabled)

    epub [book] [output]     build a book to epub
        --log    Minimum log level to display (Default is info; Values are debug, info, warn, error, disabled)

    mobi [book] [output]     build a book to mobi
        --log    Minimum log level to display (Default is info; Values are debug, info, warn, error, disabled)

    serve [book]     Build then serve a gitbook from a directory
        --port   Port for server to listen on (Default is 4000)
        --lrport     Port for livereload server to listen on (Default is 35729)
        --watch      Enable/disable file watcher (Default is true)
        --format     Format to build to (Default is website; Values are website, json, ebook)
        --log    Minimum log level to display (Default is info; Values are debug, info, warn, error, disabled)

    install [book]   install plugins dependencies

    init [directory]     create files and folders based on contents of SUMMARY.md

Fixed

$ gitbook help
    build [book] [output]       build a book
        --format                Format to build to (Default is website; Values are website, json, ebook)
        --log                   Minimum log level to display (Default is info; Values are debug, info, warn, error, disabled)

    pdf [book] [output]         build a book to pdf
        --log                   Minimum log level to display (Default is info; Values are debug, info, warn, error, disabled)

    epub [book] [output]        build a book to epub
        --log                   Minimum log level to display (Default is info; Values are debug, info, warn, error, disabled)

    mobi [book] [output]        build a book to mobi
        --log                   Minimum log level to display (Default is info; Values are debug, info, warn, error, disabled)

    serve [book]                Build then serve a gitbook from a directory
        --port                  Port for server to listen on (Default is 4000)
        --lrport                Port for livereload server to listen on (Default is 35729)
        --[no-]watch            Enable/disable file watcher (Default is true)
        --format                Format to build to (Default is website; Values are website, json, ebook)
        --log                   Minimum log level to display (Default is info; Values are debug, info, warn, error, disabled)

    install [book]              install plugins dependencies

    init [directory]            create files and folders based on contents of SUMMARY.md

@SamyPesse SamyPesse merged commit b51fff6 into GitbookIO:master May 20, 2016
@SamyPesse
Copy link
Member

Awesome! Thanks 👍

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.

2 participants