// Copyright (c) 2021 Ethan Lerner, Caleb Cushing, and the Brix contributors
//
// This software is released under the MIT License.
// https://opensource.org/licenses/MIT
//! Handles the core `clap_matches()` function.
use clap;
use env;
use ;
use process;
use crateapp;
/// Executes the core `clap` function to parse argumensts from `env::args_os()`.