mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 03:46:08 +00:00
Merge branch 'main' into next
This commit is contained in:
commit
1a1435194d
@ -4,7 +4,7 @@ const path = require('path');
|
||||
const { Command } = require('commander');
|
||||
const program = new Command();
|
||||
|
||||
program.option('-f, --from [from]').option('-t, --to [to]').option('-v, --ver [ver]').option('--test');
|
||||
program.option('-f, --from [from]').option('-t, --to [to]').option('-v, --ver [ver]', '', 'beta').option('--test');
|
||||
program.parse(process.argv);
|
||||
|
||||
const header = {
|
||||
|
Loading…
Reference in New Issue
Block a user