Skip to main content
Ejecuta cualquier Skill en Manus
con un clic

noargs

Estrellas32
Forks1
Actualizado29 de abril de 2026 a las 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.

Instalación

Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.

SKILL.md
readonly