wca 0.47.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
use super :: *;
use test_tools :: *;
use std::collections::HashMap;

mod commands_aggregator;
mod executor;
mod grammar;
mod parser;