feat: translate comments and logs to English for better accessibility
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
/**
|
||||
* Opciones recibidas desde la línea de comandos (Commander).
|
||||
* Desacoplada del framework CLI para permitir su uso desde un backend u otro entrypoint.
|
||||
* Options received from the command line (Commander).
|
||||
* Decoupled from the CLI framework to allow use from a backend or other entry points.
|
||||
*/
|
||||
export interface CliOptions {
|
||||
input: string;
|
||||
|
||||
Reference in New Issue
Block a user