Project
cortex
Description
Global cortex --help shows --add-dir <DIR> with a singular placeholder while the help sentence refers to “directories” in plural. Clap’s behavior is to allow repeating the flag, but the global help does not explain repetition explicitly, unlike some subcommands’ help text which adds a clarifying second line. Users may think a single flag can accept multiple paths, or conversely think multiple directories cannot be expressed.
Error Message
Debug Logs
System Information
Screenshots
https://github.com/springoliver/bounty_challenge_report_image/blob/main/49112.png
Steps to Reproduce
- Open a terminal in a repo where cortex is configured.
- Run
cortex --help.
- Compare output/behavior with the issue narrative for this ID.
Expected Behavior
The reporter expects cortex to match documented CLI/TUI contracts for this flow—correct output, honest flags/help, and no silent contradictions—consistent with the problem statement at the top of this rewrite.
Actual Behavior
Global cortex --help shows --add-dir <DIR> with a singular placeholder while the help sentence refers to “directories” in plural. Clap’s behavior is to allow repeating the flag, but the global help does not explain repetition explicitly, unlike some subcommands’ help text which adds a clarifying second line. Users may think a single flag can accept multiple paths, or conversely think multiple directories cannot be expressed.
Additional Context
No response
Project
cortex
Description
Global
cortex --helpshows--add-dir <DIR>with a singular placeholder while the help sentence refers to “directories” in plural. Clap’s behavior is to allow repeating the flag, but the global help does not explain repetition explicitly, unlike some subcommands’ help text which adds a clarifying second line. Users may think a single flag can accept multiple paths, or conversely think multiple directories cannot be expressed.Error Message
Debug Logs
System Information
Screenshots
https://github.com/springoliver/bounty_challenge_report_image/blob/main/49112.png
Steps to Reproduce
cortex --help.Expected Behavior
The reporter expects cortex to match documented CLI/TUI contracts for this flow—correct output, honest flags/help, and no silent contradictions—consistent with the problem statement at the top of this rewrite.
Actual Behavior
Global
cortex --helpshows--add-dir <DIR>with a singular placeholder while the help sentence refers to “directories” in plural. Clap’s behavior is to allow repeating the flag, but the global help does not explain repetition explicitly, unlike some subcommands’ help text which adds a clarifying second line. Users may think a single flag can accept multiple paths, or conversely think multiple directories cannot be expressed.Additional Context
No response