Skip to content
This repository has been archived by the owner on Mar 25, 2021. It is now read-only.

Use template strings for cli-docs #396

Merged
merged 1 commit into from
May 12, 2015
Merged

Conversation

DickvdBrink
Copy link
Contributor

fixes #352

Tested on Windows cmd and powershell and msys

"\n" +
" -h, --help:\n" +
" Prints this help message.\n";
var outputString = `\ntslint accepts the following commandline options:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

let's try removing the \n and adding a newline

    var outputString = `
    tslint accepts the following commandline options:

    -f, --file:

@DickvdBrink
Copy link
Contributor Author

Force pushed a new commit
Didn't notice the first \n because the output was the same as with the current npm version of tslint

@adidahiya
Copy link
Contributor

thanks! 👍

adidahiya added a commit that referenced this pull request May 12, 2015
Use template strings for cli-docs
@adidahiya adidahiya merged commit b08678f into palantir:master May 12, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

use template string for CLI docs in tslint-cli.ts
2 participants