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

Any way to remove the two-space indent? #608

Closed
joeyespo opened this issue Mar 8, 2017 · 2 comments
Closed

Any way to remove the two-space indent? #608

joeyespo opened this issue Mar 8, 2017 · 2 comments

Comments

@joeyespo
Copy link

joeyespo commented Mar 8, 2017

Just a matter of personal preference.

I like the no-indent output style of git --help, npm --help, ember --help, etc. over yarn --help and commander's two-space default.

Could be done like:

program
  .usage('<cmd>')
  .version('0.0.1')
  .config({ indent: 0 })

which leaves the door open for other config options.

Thoughts?

@shadowspawn
Copy link
Collaborator

shadowspawn commented Jan 2, 2019

The two space indent was removed in commander v2.18.0 via this Pull Request: #853

@shadowspawn
Copy link
Collaborator

This issue has not had any activity in over six months. It isn't likely to get acted on due to this report.

Feel free to open a new issue if it comes up again, with new information and renewed interest.

Thank you for your contributions.

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