All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.esm.mjs Maven / Gradle / Ivy

import commander from './index.js';

// wrapper to provide named exports for ESM.
export const {
  program,
  createCommand,
  createArgument,
  createOption,
  CommanderError,
  InvalidArgumentError,
  InvalidOptionArgumentError, // deprecated old name
  Command,
  Argument,
  Option,
  Help
} = commander;




© 2015 - 2025 Weber Informatics LLC | Privacy Policy