Skip to content

Commit

Permalink
Fix markdown array format
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasEcalle committed Mar 20, 2021
1 parent 0c9fe18 commit 3fb9043
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@ app_starter --help
```
## Arguments
| key | abbreviation | description | default value |
| ---- | ---- | ---- | ---- |
| name | n | the dart package identifier | example |
| org | o | the organisation identifier | com.example |
| template | t | the git repository of your template | https://github.com/ThomasEcalle/flappy_template |
| config | c | shows values stored in configuration file | --config |
| save | s | save values in configuration file | --save |
| help | h | shows help | --help |
| key | abbreviation | description | example |
| :---- | :---: | :---- | :---- |
| name | n | the dart package identifier | example |
| org | o | the organisation identifier | com.example |
| template | t | the git repository of your template | https://github.com/ThomasEcalle/flappy_template |
| config | c | shows values stored in configuration file | --config |
| save | s | save values in configuration file | --save |
| help | h | shows help | --help |

## How does it works ?
Expand Down

0 comments on commit 3fb9043

Please sign in to comment.