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.
mod private {}

crate ::mod_interface!
{

  /// It takes a table of data and format it into a human-readable string
  layer table;





  use ::iter_tools;

  // use ::strs_tools as string; // xxx: check
  // use ::error_tools as error;
  // use ::mod_interface;

}