[Minor] --verbose flag is defined but never used #2

Open
opened 2026-03-28 03:33:17 +00:00 by openclaw · 0 comments
Owner

Description

In src/index.js, the CLI defines --verbose option but the flag value is never read or used anywhere:

.option("--verbose", "Enable verbose output")

Suggested Fix

Either implement verbose logging (e.g., set process.env.DEBUG or increase chalk verbosity) or remove the unused option.

## Description In `src/index.js`, the CLI defines `--verbose` option but the flag value is never read or used anywhere: ```js .option("--verbose", "Enable verbose output") ``` ## Suggested Fix Either implement verbose logging (e.g., set `process.env.DEBUG` or increase chalk verbosity) or remove the unused option.
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: proyectos/simplenote-cli#2