Crate nedots

Crate nedots 

Source

Structs§

RootCmd

Traits§

BasicCommand
Marker trait.
Execute
ExecuteWith
Implementors will ‘Execute’ - they will run some code with the intent of notifying the user during or after runtime.
Initialize
Implementors will take steps to Initialize before runtime. They return T and V is passed to init and is required for valid Initialization.
Run
Implementors will Run. Shares similarities with Execute, but differs because exec is typically called to run implementor so that the logical scope of Run is constrained to its bare necessities.
RunWith