Skip to content

Commit b1cb5ab

Browse files
committed
install: Lift hide=true from install ensure-completion
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 <walters@verbum.org>
1 parent 785acc9 commit b1cb5ab

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/src/cli.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,6 @@ pub(crate) enum InstallOpts {
190190
/// to reconcile. At the current time, the only tested environment is Anaconda using `ostreecontainer`
191191
/// and it is recommended to avoid usage outside of that environment. Instead, ensure your
192192
/// code is using `bootc install to-filesystem` from the start.
193-
#[clap(hide = true)]
194193
EnsureCompletion {},
195194
/// Output JSON to stdout that contains the merged installation configuration
196195
/// as it may be relevant to calling processes using `install to-filesystem`

0 commit comments

Comments
 (0)