UNPKG
@xec-sh/cli
Version:
latest (0.8.3)
0.8.3
0.8.2
0.8.1
0.8.0
0.7.7
0.7.6
0.7.5
0.7.4
0.7.3
0.7.1
0.7.0
Xec: The Universal Shell for TypeScript
xec.sh
xec-sh/xec
@xec-sh/cli
/
dist
/
utils
/
help-customizer.d.ts
3 lines
(2 loc)
•
131 B
TypeScript
View Raw
1
2
3
import
{
Command
}
from
'commander'
;
export
declare
function
customizeHelp
(
program
:
Command
,
dynamicCommandNames
:
string
[]
):
void
;