Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
aaravm committed Sep 16, 2024
1 parent 9ffff77 commit ec5e762
Showing 1 changed file with 19 additions and 2 deletions.
21 changes: 19 additions & 2 deletions cli/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,29 @@ use std::io::Read;
/// ```sh
/// cargo run -- tes list 'name_prefix: None, state: None, tag_key: None, tag_value: None, page_size: None, page_token: None, view: FULL'
/// ```
/// OR
/// Parameters with None values can be avoided, like:
/// ```sh
/// ga4gh-cli tes list 'view:FULL'
/// ```
///
/// ASSUME, cqgk5lj93m0311u6p530 is the id of a task created before
/// ASSUME, crjpvmb93m0bq6ssgqn0 is the id of a task created before
/// To run the `get` command:
///
/// ```sh
/// cargo run -- tes get cqgk5lj93m0311u6p530 BASIC
/// cargo run -- tes get crjpvmb93m0bq6ssgqn0 BASIC
/// ```
/// /// To run the `status` command:
///
/// ```sh
/// ga4gh-cli tes status crjpvmb93m0bq6ssgqn0
/// ```
///
///
/// To run the `cancel` command:
///
/// ```sh
/// ga4gh-cli tes cancel crjpvmb93m0bq6ssgqn0
/// ```

#[tokio::main]
Expand Down

0 comments on commit ec5e762

Please sign in to comment.