Module unix

Source
Expand description

Global initialization and retrieval of command line arguments.

On some platforms these are stored during runtime startup, and on some they are retrieved from the system on demand.

Re-exports§

pub use super::common::Args;

Modules§

imp 🔒

Functions§

args
Returns the command line arguments
init
One-time global initialization.