|
Last change
on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 11 days ago |
|
Fix frontend appearance
|
-
Property mode
set to
100644
|
|
File size:
256 bytes
|
| Line | |
|---|
| 1 | import commander from './index.js';
|
|---|
| 2 |
|
|---|
| 3 | // wrapper to provide named exports for ESM.
|
|---|
| 4 | export const {
|
|---|
| 5 | program,
|
|---|
| 6 | createCommand,
|
|---|
| 7 | createArgument,
|
|---|
| 8 | createOption,
|
|---|
| 9 | CommanderError,
|
|---|
| 10 | InvalidArgumentError,
|
|---|
| 11 | Command,
|
|---|
| 12 | Argument,
|
|---|
| 13 | Option,
|
|---|
| 14 | Help
|
|---|
| 15 | } = commander;
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.