bolt

Module program

Source
Expand description

This module contains implementations for the program struct and creates the actual program commands When the program starts, a new instance of the program struct is created and used to parse commands It also contains the functions for outputting general command help

Structsยง

  • The crux of the whole cli, contains a commands field that stores all the program commands in a vector