pub struct HelpFormatter;Expand description
Enhanced help formatter for better readability
Implementations§
Source§impl HelpFormatter
impl HelpFormatter
Sourcepub fn format_command_list(spec: &CachedSpec) -> String
pub fn format_command_list(spec: &CachedSpec) -> String
Format command list with enhanced styling
Auto Trait Implementations§
impl Freeze for HelpFormatter
impl RefUnwindSafe for HelpFormatter
impl Send for HelpFormatter
impl Sync for HelpFormatter
impl Unpin for HelpFormatter
impl UnsafeUnpin for HelpFormatter
impl UnwindSafe for HelpFormatter
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more