Skip to main content

Crate autoconf_rs_cli

Crate autoconf_rs_cli 

Source
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§

CommonOpts
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.