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

fix(formatting): new lines #111

Merged
merged 1 commit into from
Sep 22, 2019
Merged

fix(formatting): new lines #111

merged 1 commit into from
Sep 22, 2019

Conversation

curbengh
Copy link
Contributor

Expected:

$ hexo -h
Usage: hexo <command>

Commands:
  help     Get help on a command.
  init     Create a new Hexo folder.
  version  Display version information.

Global Options:
  --config  Specify config file instead of using _config.yml
  --cwd     Specify the CWD
  --debug   Display all verbose messages in the terminal
  --draft   Display draft posts
  --safe    Disable all plugins and scripts
  --silent  Hide output on console

For more help, you can use 'hexo help [command]' for the detailed information
or you can check the docs: http://hexo.io/docs/

Actual:

$ hexo -h
Usage: hexo <command>

Commands:
  help     Get help on a command.  init     Create a new Hexo folder.  version  Display version information.
Global Options:
  --config  Specify config file instead of using _config.yml  --cwd     Specify the CWD  --debug   Display all verbose messages in the terminal  --draft   Display draft posts  --safe    Disable all plugins and scripts  --silent  Hide output on console
For more help, you can use 'hexo help [command]' for the detailed information
or you can check the docs: http://hexo.io/docs/

@curbengh curbengh mentioned this pull request Sep 22, 2019
@coveralls
Copy link

coveralls commented Sep 22, 2019

Coverage Status

Coverage increased (+0.2%) to 85.102% when pulling 1241690 on curbengh:newline into da3b091 on hexojs:master.

@SukkaW SukkaW merged commit 5f33447 into hexojs:master Sep 22, 2019
@curbengh curbengh deleted the newline branch September 22, 2019 11:32
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.

4 participants