1 2 3 4 5 6 7 8 9 10 11 12 13
mod api_commands; mod args; mod auth; mod constants; mod errors; mod help; mod runtime; mod utils; /// Runs the native Tovuk CLI. pub(crate) fn entrypoint() -> std::process::ExitCode { runtime::runtime_entrypoint() }