[][src]Module lit::config::clap

Routines for exposing a command line interface via the clap crate.

These routines can be used to update Config objects with automatic CLI arguments.

Functions

mount_inside_app

Mounts extra arguments that can be used to fine-tune testing into a clap CLI application.

parse_arguments

Parses command line arguments from clap into a destination Config object.