feat: cli param
This commit is contained in:
parent
64a4ebeb16
commit
3b9dd171c7
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@ void (async () => {
|
|||
validate (input: string) {
|
||||
return input && input.startsWith(SCORE_URL_PREFIX)
|
||||
},
|
||||
default: process.argv[2],
|
||||
})
|
||||
|
||||
// request scoreinfo
|
||||
|
|
Loading…
Reference in a new issue