Skip to content

Commit

Permalink
feat: Bump version to 0.2.2 and add usage section to README
Browse files Browse the repository at this point in the history
  • Loading branch information
amiyzku committed Oct 27, 2023
1 parent f272166 commit e4c66b5
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "max-mic-volume"
version = "0.2.1"
version = "0.2.2"
edition = "2021"
license = "MIT"
description = "A simple CLI tool to set the microphone volume to the maximum in MacOS"
Expand Down
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,21 @@ However, it does not maximize when muted.

![behavior](images/behavior.png)

## Usage

```bash
$ ./max-mic-volume --help
A simple CLI tool to set the microphone volume to the maximum in MacOS

Usage: max-mic-volume [OPTIONS]

Options:
-p, --polling-interval-ms <POLLING_INTERVAL_MS> [default: 3000]
-h, --help Print help
-V, --version Print version

```

## Setup as CLI tool

<https://github.com/amiyzku/max-mic-volume/releases>
Expand Down

0 comments on commit e4c66b5

Please sign in to comment.