plug-commander
let command = new SlottedCommand()
command
.setPlugs(
OptionPlug(...),
OutputPlug(...),
)
.action(
async function (parsed, arg1) {
}
)
let command = new SlottedCommand()
command
.setPlugs(
OptionPlug(...),
OutputPlug(...),
)
.action(
async function (parsed, arg1) {
}
)
npm i @line100/plug-commander
3
0.1.3
MIT
37.7 kB
29