Skip to content

Commit

Permalink
added docs
Browse files Browse the repository at this point in the history
  • Loading branch information
aaravm committed Jul 25, 2024
1 parent a6d98b3 commit d44fa38
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions cli/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,13 @@ use std::io::Read;
/// ```sh
/// cargo run -- tes status cqgk5lj93m0311u6p530
/// ```
///
///
/// To run the `cancel` command:
///
/// ```sh
/// cargo run -- tes cancel cqgk5lj93m0311u6p530
/// ```
#[tokio::main]
async fn main() -> Result<(), Box<dyn Error>> {
Expand Down

0 comments on commit d44fa38

Please sign in to comment.