mirror of
https://github.com/Llewellynvdm/nativefier.git
synced 2024-11-11 07:41:04 +00:00
Fix broken --version
This commit is contained in:
parent
38edc9191e
commit
0c9ef088a5
@ -37,7 +37,7 @@ function checkInternet() {
|
||||
|
||||
if (require.main === module) {
|
||||
program
|
||||
.version(packageJson.version, '--version, -V, -v')
|
||||
.version(packageJson.version, '-v, --version')
|
||||
.arguments('<targetUrl> [dest]')
|
||||
.action((targetUrl, appDir) => {
|
||||
program.targetUrl = targetUrl;
|
||||
|
Loading…
Reference in New Issue
Block a user