Skip to content

Commit

Permalink
install: Lift hide=true from install ensure-completion
Browse files Browse the repository at this point in the history
While this has obscure use cases right now, we will need
to support it for the forseeable future, so just lift
its `hide=true` state so it's clear that it exists.

Update the generated man pages.

Signed-off-by: Colin Walters <[email protected]>
  • Loading branch information
cgwalters committed Dec 12, 2024
1 parent 785acc9 commit b1cb5ab
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,6 @@ pub(crate) enum InstallOpts {
/// to reconcile. At the current time, the only tested environment is Anaconda using `ostreecontainer`
/// and it is recommended to avoid usage outside of that environment. Instead, ensure your
/// code is using `bootc install to-filesystem` from the start.
#[clap(hide = true)]
EnsureCompletion {},
/// Output JSON to stdout that contains the merged installation configuration
/// as it may be relevant to calling processes using `install to-filesystem`
Expand Down

0 comments on commit b1cb5ab

Please sign in to comment.