We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47b3071 commit cba603bCopy full SHA for cba603b
lib/hexo.ts
@@ -15,7 +15,7 @@ import versionConsole from './console/version';
15
class HexoNotFoundError extends Error {}
16
17
function entry(cwd = process.cwd(), args) {
18
- args = camelCaseKeys(args || minimist(process.argv.slice(2), { string: ['_', 'p', 'path', 's' ,'slug'] }));
+ args = camelCaseKeys(args || minimist(process.argv.slice(2), { string: ['_', 'p', 'path', 's', 'slug'] }));
19
20
let hexo = new Context(cwd, args);
21
let { log } = hexo;
0 commit comments