Crate clientele

Source
Expand description

This crate provides CLI support utilities.

Re-exports§

pub use getenv as envs;

Modules§

paths

Macros§

abort
Exit the process with the given exit code and error string to be printed to standard error.

Structs§

StandardOptions
Utf8Path
A slice of a UTF-8 path (akin to str).
Utf8PathBuf
An owned, mutable UTF-8 path (akin to String).

Enums§

SysexitsError
Standard <sysexits.h> preferable exit codes for programs on Unix systems.

Functions§

args_os
dotenv
Loads the .env file from the current directory or parents. This is typically what you want.
exit
Exit the process with the given exit code.

Type Aliases§

SysexitsResult