UNPKG
runtime-eol
Version:
latest (1.2.5)
1.2.5
1.2.4
1.2.3
1.2.2
1.2.1
1.2.0
1.1.1
1.1.0
1.0.2
1.0.1
1.0.0
check runtime versions
gitlab.com/tomanwalker/runtime-eol
runtime-eol
/
helpers
/
arg.d.ts
11 lines
(8 loc)
•
232 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
type
ArgDict
= {
mode
:
'check'
|
'help'
,
tools
:
string
[],
skipRemote
:
boolean
|
undefined
,
recommend
:
boolean
|
undefined
, }
export
function
argParser
(
list
:
string
[]
):
ArgDict
;
export
function
printHelp
(
):
void
;