question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Could we remove the '\n' if don't set description?

See original GitHub issue

https://github.com/sindresorhus/meow/blob/master/index.js#L74-L79

shows that even we set description=false, there still will be a ‘\n’ before the help value, that looks like a little wired.

Issue Analytics

  • State:open
  • Created 5 years ago
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
NE-SmallTowncommented, Nov 6, 2018

Ah, I think the former would be better. 😄 Could we provide a flag to toggle this?

1reaction
sindresorhuscommented, Nov 5, 2018

That is intentional.

This:

❯ node cli.js --help

  Usage
    $ trash <path|glob> [...]

  Examples
    $ trash unicorn.png rainbow.png
    $ trash '*.png' '!unicorn.png'

Looks better than this:

❯ node cli.js --help
  Usage
    $ trash <path|glob> [...]

  Examples
    $ trash unicorn.png rainbow.png
    $ trash '*.png' '!unicorn.png'
Read more comments on GitHub >

github_iconTop Results From Across the Web

Remove your personal information from Google
If the website owner has removed the information, it will eventually be removed from Google Search as part of our regular updating process....
Read more >
National Do Not Call Registry FAQs | Consumer Advice
Yes. You can remove your number by calling 1-888-382-1222 from the phone you want to remove. Your number will be off the Registry...
Read more >
Video: Advanced IF functions - Microsoft Support
Before we get started with advanced IF functions, let's do a quick IF function refresher first. Watch this video for some examples.
Read more >
How to correct a #N/A error in the VLOOKUP function
Correct the #N/A errorin the VLOOKUP function. ... One constraint of VLOOKUP is that it can only look for values on the left-most...
Read more >
Methods for De-identification of PHI - HHS.gov
This page provides guidance about methods and approaches to achieve de-identification in accordance with the Health Insurance Portability and Accountability ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found