File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 5757
5858- [ bootc image] ( experimental-bootc-image.md )
5959- [ fsck] ( experimental-fsck.md )
60- - [ --progress-fd] ( experimental-progress-fd.md )
60+
61+ # Progress monitoring
62+
63+ - [ --progress-fd] ( progress-fd.md )
6164
6265# More information
6366
Original file line number Diff line number Diff line change 11
22# Interactive progress with ` --progress-fd `
33
4- This is an experimental feature; tracking issue: < https://github.com/bootc-dev/bootc/issues/1016 >
5-
64While the ` bootc status ` tooling allows a client to discover the state
75of the system, during interactive changes such as ` bootc upgrade `
86or ` bootc switch ` it is possible to monitor the status of downloads
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ pub(crate) struct ProgressOptions {
4040 ///
4141 /// Interactive progress will be written to this file descriptor as "JSON lines"
4242 /// format, where each value is separated by a newline.
43- #[ clap( long, hide = true ) ]
43+ #[ clap( long) ]
4444 pub ( crate ) progress_fd : Option < RawProgressFd > ,
4545}
4646
You can’t perform that action at this time.
0 commit comments