pub fn cui<T>(state: T) -> CommandBuilder<T>Expand description
Creates a command-line interface (CLI) builder with the given initial state.
This function initializes a CommandBuilder with the provided state and
returns it for further configuration of the CLI.