Skip to content

Commit c6e1d8f

Browse files
AbigailDengAbigailDeng
authored andcommitted
feat: readme
1 parent c1b8b21 commit c6e1d8f

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,20 +11,17 @@
1111
</a>
1212
</p>
1313

14-
| Branch | Tests | Coverage |
15-
|--------------|-----------------|----------------|
14+
| Branch | Tests | Coverage |
15+
| -------- | ---------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------ |
1616
| `master` | ![Tests](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/AElfProject/aelf-command/feature/badge-json/master-test-results.json) | ![Coverage](https://AElfProject.github.io/aelf-command/badges.svg) |
1717

18-
19-
20-
2118
## Descriptions
2219

2320
_A CLI tools built for AElf_
2421

2522
## Features
2623

27-
- Get or Set common configs, `endpoint`, `account`, `datadir`, `password`.
24+
- Get or Set common configs, `endpoint`, `account`, `datadir`, `password`, `csv`.
2825
- For new users who are not familiar with the CLI parameters, any missing parameters will be asked in a prompting way.
2926
- Create a new `account`.
3027
- Load an account from a given `private key` or `mnemonic`.
@@ -157,6 +154,7 @@ Options:
157154
-a, --account <account> The address of AElf wallet
158155
-p, --password <password> The password of encrypted keyStore
159156
-d, --datadir <directory> The directory that contains the AElf related files. Defaults to {home}/.local/share/aelf
157+
-c, --csv <csv> The location of the CSV file containing the parameters.
160158
-h, --help output usage information
161159

162160
Commands:
@@ -218,6 +216,7 @@ aelf-command console
218216
- `endpoint`: The endpoint for the RPC service.
219217
- `account`: The account to be used to interact with the blockchain `endpoint`.
220218
- `password`: The password for unlocking the given `account`.
219+
- `csv>`: The location of the CSV file containing the parameters.
221220
222221
You can specified options above in several ways, and the priority is in the order of low to high.
223222

0 commit comments

Comments
 (0)