[][src]Function lit::config::clap::mount_inside_app

pub fn mount_inside_app<'a, 'b>(
    app: App<'a, 'b>,
    test_paths_as_positional_arguments: bool
) -> App<'a, 'b>

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