MCPcopy Create free account
hub / github.com/amnweb/thide / print_usage

Function print_usage

src/cli.rs:161–178  ·  view source on GitHub ↗

Display CLI usage information

()

Source from the content-addressed store, hash-verified

159
160/// Display CLI usage information
161fn print_usage() {
162 println!("THide - Taskbar Hide Utility");
163 println!();
164 println!("USAGE:");
165 println!(" thide [COMMAND]");
166 println!();
167 println!("COMMANDS:");
168 println!(" start Start THide in GUI mode");
169 println!(" show Show the taskbar (if THide is running)");
170 println!(" hide Hide the taskbar (if THide is running)");
171 println!(
172 " toggle Hide the taskbar if visible, show if hidden (if THide is running)"
173 );
174 println!(" stop Stop THide and restore taskbar");
175 println!(" enable-autostart Enable autostart on login");
176 println!(" disable-autostart Disable autostart on login");
177 println!(" help Show this help message");
178}

Callers 1

handle_cli_commandFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected