Skip to main content
Manusで任意のスキルを実行
ワンクリックで

noargs

スター32
フォーク1
更新日2026年4月29日 12:41

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