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
epochsub-command- generate
- Generation Sub-command
- init
initmodule- show
- The show commands Used to display structures with various degree of verbosity