feat(cli): show help when no args are provided - #2
Open
warnaa wants to merge 1 commit into
Open
Conversation
Print the root help output and exit successfully when the CLI is invoked without flags or commands. Add e2e coverage so the no-args behavior stays aligned with --help.
Author
|
Pre-existing issue is that some tests are failing😅 It felt out of scope to fix here but not sure if my setup (windows) is the problem or it's a global one. |
mkczarkowski
pushed a commit
that referenced
this pull request
Jul 28, 2026
…green suite Overnight loop iteration 5. - @types/bun 1.3.12 -> 1.3.14 (the one safe patch from context/deps-analysis.md). Full gate green: typecheck OK, oxlint 2 warnings / 0 errors, bun test 491 pass / 0 fail. - Docs told a stale truth after PR #12 made the unit suite fully green: AGENTS.md and both loop-engineering skills now say "suite is green; any new failure is yours" instead of "8 pinned failures". deps-analysis marks the bump done. - Skipped the planned codex-loop.yml draft — superseded by scripts/night-loop.mjs (PRs #11/#12); duplicating automation is loop waste. - Verified external merges before building on them: full gate on a9e4416 green. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01GpGAGRG6UpHpCzxzgqXgMt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Print the root help output and exit successfully when the CLI is invoked without flags or commands. Add e2e coverage so the no-args behavior stays aligned with --help.
before
after