- Centralize CLI text strings using the i18n module for localization - Refactor `createCommand` and `createCli` to improve modularity - Update logging and error messages to use translated strings
3 lines
84 B
TypeScript
3 lines
84 B
TypeScript
export { createCommand } from './create.ts';
|
|
export { createCli } from './main.ts';
|