mirror of
https://github.com/kevin-DL/sapper.git
synced 2026-01-16 12:54:38 +00:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e837b33c36 |
@@ -262,7 +262,7 @@ prog.command('export [dest]')
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
prog.parse(process.argv);
|
prog.parse(process.argv, { unknown: (arg: string) => `Unknown option: ${arg}` });
|
||||||
|
|
||||||
|
|
||||||
async function _build(
|
async function _build(
|
||||||
|
|||||||
Reference in New Issue
Block a user