We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c265d23 commit ed0ce11Copy full SHA for ed0ce11
src/main.rs
@@ -374,6 +374,11 @@ fn print_usage() {
374
println!(
375
" GOOGLE_WORKSPACE_CLI_CLIENT_SECRET OAuth client secret (for gws auth login)"
376
);
377
+ println!();
378
+ println!("COMMUNITY:");
379
+ println!(" Star the repo: https://github.com/googleworkspace/cli");
380
+ println!(" Report bugs / request features: https://github.com/googleworkspace/cli/issues");
381
+ println!(" Please search existing issues first; if one already exists, comment there.");
382
}
383
384
#[cfg(test)]
0 commit comments