wca 0.46.0

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.
1
2
3
4
5
6
7
8
9
mod private {}

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;
}