Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tj/commander.js
/ positional-options.js
File
positional-options.js
examples/positional-options.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
#!/usr/bin/env node
2
3
import
{ Command } from
'commander'
;
4
const
program =
new
Command();
Callers
nothing calls this directly
Calls
6
option
Method · 0.80
enablePositionalOptions
Method · 0.80
action
Method · 0.80
command
Method · 0.80
opts
Method · 0.80
parse
Method · 0.80
Tested by
no test coverage detected