Skip to main content

Crate nexus_cli

Crate nexus_cli 

Source
Expand description

Nexus CLI library exports.

Re-exports§

pub use cli::Cli;
pub use cli::Commands;
pub use cli::OutputFormat;
pub use commands::run_setup;
pub use commands::run_uninstall;
pub use commands::run_update;

Modules§

cli
CLI argument parsing for the OpenNexus binary.
commands
Command implementations for the Nexus CLI.
output
Output formatting utilities for the setup-only CLI.