From b1cb5ab1528a53b11e0cc20e0a662b6f39eedcb6 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Thu, 12 Dec 2024 15:08:23 +0000 Subject: [PATCH] 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 --- lib/src/cli.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/src/cli.rs b/lib/src/cli.rs index bd896f4f..e293fd94 100644 --- a/lib/src/cli.rs +++ b/lib/src/cli.rs @@ -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`