Skip to content

Commit

Permalink
fix: README.md documentation of the android keystore command
Browse files Browse the repository at this point in the history
  • Loading branch information
vanlooverenkoen committed May 7, 2024
1 parent af67367 commit 46fe533
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 0.14.2

## Fix

- README.md

# 0.14.1

## Fix
Expand Down
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,14 @@ class TestCli extends ImpaktfullCli {
@override
Future<void> run(ImpaktfullCliRunner<TestCli> runner) => super.run(runner as ImpaktfullCliRunner<ImpaktfullCli>);
}
```
```

## Commands

### android

#### create_keychain

```bash
dart run impaktfull_cli android create_keychain
```

0 comments on commit 46fe533

Please sign in to comment.