Open Issues Need Help
View All on GitHub Exit codes are inverted: --help returns 1, no-args returns 0 about 11 hours ago
AI Summary: The `murmur` application exhibits inverted exit codes compared to standard Unix conventions. Running `murmur` with no arguments displays help and exits with a success code (0), while explicitly requesting help with `--help` also displays help but exits with a failure code (1). The expected behavior is for `--help` to exit with 0 (as the user's request was fulfilled) and for no-args to potentially exit with 1 if it's considered an incomplete command, or 0 if displaying help is the intended successful default.
Complexity:
1/5
enhancement good first issue triaged
You write a prompt in a markdown file. Murmur feeds it to Claude on an interval. Super simple automation.
TypeScript