mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-01 21:49:30 +08:00
4 lines
202 B
Text
4 lines
202 B
Text
import commander from './index.js';
|
|
|
|
// wrapper to provide named exports for ESM.
|
|
export const { program, Option, Command, CommanderError, InvalidOptionArgumentError, Help, createCommand } = commander;
|