The tool to make CLI ( commands user interface ). It is able to aggregate external binary applications, as well as functions, which are written in your language.
modprivate{}crate::mod_interface!{/// Represents a grammatically correct command with a phrase descriptor, a list of command subjects, and a set of command options..
layer command;/// Provides a set of tools for processing and validating input, extracting relevant information, and converting raw data into a standardized format.
layer verifier;}