-
Notifications
You must be signed in to change notification settings - Fork 37
Open
Description
{
"scripts": {
"foo": "foo",
"bar baz qux quux quuz": "bar"
},
"ntl": {
"descriptions": {
"foo": "Lorem ipsum"
}
}
}Even with using the descriptions only option, it still indents the script name as if those other option(s) were listed:
$ npx ntl
? Select a task to run: (Use arrow keys)
❯ foo › Lorem ipsum
bar baz qux quux quuz ›
$ npx ntl -o
? Select a task to run: (Use arrow keys)
❯ foo › Lorem ipsum Why does it matter?
If you have the situation where you only want to show scripts that have descriptions, but then some of the hidden script names are really long
Same thing occurs if you exclude a task with the -e exclude task arg
Metadata
Metadata
Assignees
Labels
No labels