版博士V2.0程序
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
 

17 řádky
309 B

  1. import commander from './index.js';
  2. // wrapper to provide named exports for ESM.
  3. export const {
  4. program,
  5. createCommand,
  6. createArgument,
  7. createOption,
  8. CommanderError,
  9. InvalidArgumentError,
  10. InvalidOptionArgumentError, // deprecated old name
  11. Command,
  12. Argument,
  13. Option,
  14. Help
  15. } = commander;