Files
systemd-timer/src/cli/mod.ts
Max P. 2a13ee2539 refactor(cli): integrate i18n support across commands
- 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
2025-05-28 18:09:52 +02:00

3 lines
84 B
TypeScript

export { createCommand } from './create.ts';
export { createCli } from './main.ts';