mirror of
https://github.com/daydreamer-json/ak-endfield-api-archive.git
synced 2026-03-22 07:12:28 +01:00
feat: add china region game package archives
This commit is contained in:
@@ -27,8 +27,8 @@ async function parseCommand() {
|
||||
const yargsInstance = yargs(hideBin(process.argv));
|
||||
await yargsInstance
|
||||
.command(
|
||||
['test'],
|
||||
'Test command',
|
||||
['archive'],
|
||||
'Archive all APIs',
|
||||
(yargs) => {
|
||||
yargs.options({
|
||||
'output-dir': {
|
||||
@@ -40,7 +40,7 @@ async function parseCommand() {
|
||||
},
|
||||
});
|
||||
},
|
||||
wrapHandler(cmds.test),
|
||||
wrapHandler(cmds.archive),
|
||||
)
|
||||
.command(
|
||||
['authTest [token] [email] [password]'],
|
||||
|
||||
Reference in New Issue
Block a user