Skip to content

Commit

Permalink
Add docs to copy subcommand
Browse files Browse the repository at this point in the history
Co-authored-by: Onè <[email protected]>
  • Loading branch information
Antosser and c-git authored Jun 20, 2024
1 parent 49ea69c commit 8c984de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tool/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ impl Cli {
pub enum Commands {
#[clap(visible_alias = "gen", short_flag = 'g')]
Generate(GenerateArgs),
/// Copies the code from ??? to your clipboard for pasting on leetcode
Copy,
}

Expand Down

0 comments on commit 8c984de

Please sign in to comment.