Expand description
autoconf-rs-cli shared library.
Provides the CLI argument parsing harness used by all 8 Autoconf binaries. Each binary is a thin wrapper that delegates to autoconf-rs-core.
Structs§
- Common
Opts - Common CLI options shared across Autoconf tools.
Functions§
- read_
input - Read a file into a String, or return stdin contents if path is “-”.
- read_
stdin - Read all of stdin into a String.
Type Aliases§
- CliResult
- Common result type for CLI operations.