Two small output issues that make the CLI hard to use in scripts:
- The ASCII art banner (plus the docs/support INFO lines and the "Happy Coding" footer) prints on every invocation, including
--version and --help. So salla --version buries the actual version number in ~15 lines of decoration. Suppressing the banner when stdout isn't a TTY, or behind a --quiet flag, would make output parseable.
- Select prompts briefly render "No matching choices" before any filter input is typed, which shows up as noise in logs and recorded sessions.
Environment: CLI 3.2.36, macOS (arm64), Node 22.23.2.
Two small output issues that make the CLI hard to use in scripts:
--versionand--help. Sosalla --versionburies the actual version number in ~15 lines of decoration. Suppressing the banner when stdout isn't a TTY, or behind a--quietflag, would make output parseable.Environment: CLI 3.2.36, macOS (arm64), Node 22.23.2.