0.2.0
Minor
If scripts are found in a package.json
file in the current directory, add them as first-level autocompletion commands.
Example:
package.json
{
"scripts": {
"foo": "echo bar"
}
}
yarn f<tab>
will complete to yarn foo
If scripts are found in a package.json
file in the current directory, add them as first-level autocompletion commands.
package.json
{
"scripts": {
"foo": "echo bar"
}
}
yarn f<tab>
will complete to yarn foo