feat(easy): hexa easy CLI dispatch + help + CHANGELOG (PR3/3)#2209
Merged
Conversation
PR1(scaffold)+PR2(lint) ์ stdlib/easy/cli.hexa ๋ฅผ 1๊ธ verb ๋ก ๋ฐฐ์ . dojo ๋ฏธ๋ฌ ํจํด: self/main.hexa ์ `} else if sub == "easy"` ๋ธ๋ก ์ถ๊ฐ โ install_dir_from_argv0() ์ผ๋ก ์ค์น๋ณธ/๋ฆฌํฌ ๊ฒฝ๋ก ํด์, av[3..] ๋ฅผ ez_args ๋ก ๋๊ฒจ cmd_run(stdlib/easy/cli.hexa) compile-then-exec (AOT ๋น๋ ๋ถํ์). - `hexa easy scaffold <topic> [--out <p>]` ยท `hexa easy lint <file.md>` ยท `hexa easy axes` ยท `hexa easy help` ๋์. - cmd_help() STDLIB CLI ์น์ ์ dojo ๋ค easy help 2์ค + ์์ ์ถ๊ฐ. - CHANGELOG 2026-05-30 ์น์ : 3-PR ์คํ ์์ฝ + honest scope(์ฐฝ์ ์ฌ์์ LLM ๋ชซ). - `hexa parse self/main.hexa` ํด๋ฆฐ. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
PR1(scaffold)+PR2(lint) ์ stdlib/easy/cli.hexa ๋ฅผ 1๊ธ verb ๋ก ๋ฐฐ์ .
dojo ๋ฏธ๋ฌ ํจํด: self/main.hexa ์
} else if sub == "easy"๋ธ๋ก ์ถ๊ฐ โinstall_dir_from_argv0() ์ผ๋ก ์ค์น๋ณธ/๋ฆฌํฌ ๊ฒฝ๋ก ํด์, av[3..] ๋ฅผ ez_args ๋ก
๋๊ฒจ cmd_run(stdlib/easy/cli.hexa) compile-then-exec (AOT ๋น๋ ๋ถํ์).
hexa easy scaffold <topic> [--out <p>]ยทhexa easy lint <file.md>ยท
hexa easy axesยทhexa easy help๋์.hexa parse self/main.hexaํด๋ฆฐ.Co-Authored-By: Claude Opus 4.8 (1M context) noreply@anthropic.com