Module commands

Module commands 

Source
Expand description

§commands module

This module is the entry point for all CLI sub-commands of the efo binary. Each sub-command (e.g. epoch, org, event, town, link) lives in its own file inside this directory and is re-exported here so that the main efo::main.rs can simply use commands::*; and dispatch based on the clap-parsed enum.

Modules§

entity_generic
Guide
epoch
epoch sub-command
generate
Generation Sub-command
init
init module
show
The show commands Used to display structures with various degree of verbosity