The `wbdutil` contains the entry point for the command line application (`wbdutil.py`), a range of supporting modules and a `commands` directory.
All supporting modules are documented using docstrings. The `commands` directory includes a file for each top level command available to the user. Within these files all sub-commands are defined.
All supporting modules are documented using docstrings. The `commands` directory includes a file for each of the command groups available to the user. Within these files all commands are defined.