Skip to content

Commit 1c56764

Browse files
authored
Explicitly configure script name for CLI
1 parent 38593a7 commit 1c56764

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/cli.js

+1
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ export default async function loadCli() { // eslint-disable-line complexity
140140

141141
let resetCache = false;
142142
const {argv} = yargs(hideBin(process.argv))
143+
.scriptName('ava')
143144
.version(pkg.version)
144145
.parserConfiguration({
145146
'boolean-negation': true,

0 commit comments

Comments
 (0)