Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة

noargs

النجوم٣٢
التفرعات١
آخر تحديث٢٩ أبريل ٢٠٢٦ في ١٢:٤١

Work with the noargs Rust crate: an imperative, no-dependency, no-macro, no-implicit-I/O command-line parser. Build CLIs with positional arguments (`arg`), named options with values (`opt`), named flags (`flag`), and subcommands (`cmd`); drive help / version via `HELP_FLAG` / `VERSION_FLAG`; finalize with `RawArgs::finish()`; convert values via `.then(...)` / `.present_and_then(...)`; collect repeated options or positional arrays with a `while let` loop. Use when the task mentions noargs, an imperative CLI parser, or migrating off clap/argh/structopt to a macro-free alternative.

التثبيت

التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.

SKILL.md
readonly