Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/yargs/yargs
/ nested.mjs
File
nested.mjs
example/nested.mjs:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
yargs from
'yargs'
;
2
3
const
argv = yargs(process.argv.slice(2))
4
.command(
'math'
,
'math description'
, yargs =>
Callers
nothing calls this directly
Calls
5
isArrayOfNumbers
Function · 0.85
parse
Method · 0.80
positional
Method · 0.80
check
Method · 0.80
command
Method · 0.65
Tested by
no test coverage detected