版博士V2.0程序
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 

17 lignes
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;