Skip to content

Commit

Permalink
docs: update README & CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
kekavc24 committed May 29, 2023
1 parent 246d02d commit 4152577
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
* Added improved tests.

# 0.3.0

**Features**
* Added `--set-path` flag to both commands. Check README for more info.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ The `modify` command dictates that `action` flags precede the `target` flags. Av
| `--with-path` | - | `target` | Tells CLI to request the path from you and not check the current directory |
| `--set-path` | | `N/A` | Sets path to pubspec.yaml file |

NOTE: `set-path` takes precedence over `with-path`. Tool will remove the `with-path` automatically but will complain as shown.
NOTE: `set-path` takes precedence over `with-path`. Tool will remove the `with-path` or any duplicates for this found.

The `change` command takes in options which you can pass in values to. It also includes one flag.

Expand Down

0 comments on commit 4152577

Please sign in to comment.