Skip to content

Commit ed0ce11

Browse files
committed
feat: add community links to gws help output
1 parent c265d23 commit ed0ce11

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/main.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -374,6 +374,11 @@ fn print_usage() {
374374
println!(
375375
" GOOGLE_WORKSPACE_CLI_CLIENT_SECRET OAuth client secret (for gws auth login)"
376376
);
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.");
377382
}
378383

379384
#[cfg(test)]

0 commit comments

Comments
 (0)