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
10
11
12
13
mod private {}

crate ::mod_interface!
{

  /// Container for contexts values
  layer context;
  /// Executor that is responsible for executing the program’s commands
  layer executor;
  /// Command callback representation
  layer routine;

}