Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions crates/lib/src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -680,7 +680,9 @@ pub(crate) enum Opt {
Internals(InternalsOpts),
ComposefsFinalizeStaged,
/// Diff current /etc configuration versus default
#[clap(hide = true)]
ConfigDiff,
#[clap(hide = true)]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

For consistency with the ConfigDiff variant and for better code readability, consider adding a doc comment explaining what this command does, even though it's hidden from the CLI.

    /// Delete a deployment by ID
    #[clap(hide = true)]

DeleteDeployment {
depl_id: String,
},
Expand Down