Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
the-shank committed Apr 1, 2024
1 parent b0f6ca4 commit 9d88189
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,17 @@ Collection of utilities (written in rust)
- `dlcrate` : Tool to download a specific crate from crates.io.
- `cdf` : Tool to calculate the cumulative distribution function values.

## `download_all_crates`
## Sample Usage

Sample usage:
### `download_all_crates`

```bash
# download all crates starting with "x"
download_all_crates --download-dir=/path/to/crates_x --regexp="^x" --extract
```

### `cdf`

```shell
# takes input from stdin and writes to stdout
cat input.txt | cdf
Expand Down

0 comments on commit 9d88189

Please sign in to comment.