faucet-terminal 2.0.3 → 2.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -0
- package/install.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -158,6 +158,7 @@ faucet-terminal l
|
|
|
158
158
|
| `--network` | `-n` | Network to use (required for most commands) |
|
|
159
159
|
| `--token` | | Token to request: `ETH`, `STRK` |
|
|
160
160
|
| `--json` | | Output in JSON format |
|
|
161
|
+
| `--version` | `-v` | Show version |
|
|
161
162
|
| `--help` | `-h` | Show help |
|
|
162
163
|
|
|
163
164
|
## Rate Limits
|
package/install.js
CHANGED