UNPKG
@triviality/commander
Version:
latest (1.1.6)
1.1.6
1.1.5
1.1.3
1.1.0
1.0.3
1.0.2
1.0.1
1.0.0
0.5.3
0.5.2
0.5.1
0.5.0
0.4.1
Commander as a Triviality Module
github.com/triviality-js/triviality
triviality-js/triviality
@triviality/commander
/
src
/
CommanderConfigurationInterface.ts
8 lines
(4 loc)
•
146 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
import
{
Command
}
from
'commander'
;
export
interface
CommanderConfigurationInterface
{
configure
(
program
:
Command
):
void
|
Promise
<
void
>; }