Open Issues Need Help
View All on GitHub AI/ML • AI Chatbots & Agents
Exit codes are inverted: --help returns 1, no-args returns 0 about 2 months ago
AI Summary: The issue reports an inconsistency in the application's exit codes. Currently, running the application with no arguments returns an exit code of 0 (success), while explicitly requesting help with `--help` returns an exit code of 1 (failure). This violates standard Unix conventions where 0 signifies success and 1 signifies failure, leading to confusion for users and potential issues in shell scripting.
Complexity:
2/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