omne-cli 0.1.1

CLI for managing omne volumes: init, upgrade, and validate kernel and distro releases
Documentation
1
2
3
4
5
6
7
8
9
//! Shared default constants.
//!
//! Single source of truth for values that appear in multiple command
//! handlers. Tests assert against these constants, not against their
//! duplicated string literals, so a change propagates everywhere.

/// Default kernel source used by `init` when no override is provided.
/// Format: `org/repo` matching the GitHub releases API convention.
pub const DEFAULT_KERNEL_SOURCE: &str = "omne-org/omne";