Skip to content

Commit 97004cb

Browse files
committed
Update dist files.
[ci skip]
1 parent cc11ea3 commit 97004cb

File tree

7 files changed

+1287
-912
lines changed

7 files changed

+1287
-912
lines changed

dist/cli.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ function cli(api) {
297297

298298
} else {
299299

300-
//see if it's a directory or a file
300+
// see if it's a directory or a file
301301
if (api.isDirectory(arg)) {
302302
files = files.concat(api.getFiles(arg));
303303
} else {
@@ -350,7 +350,7 @@ function cli(api) {
350350
}
351351
} catch (e) {}
352352
}
353-
args = data.replace(/\s+/g,"").split(/(?=--)/);
353+
args = data.replace(/\s+/g, "").split(/(?=--)/);
354354
options = processArguments(args);
355355
}
356356

@@ -361,7 +361,7 @@ function cli(api) {
361361
// Process command line
362362
//-----------------------------------------------------------------------------
363363

364-
var args = api.args,
364+
var args = api.args,
365365
argCount = args.length,
366366
options,
367367
rcOptions,

0 commit comments

Comments
 (0)