Add tabular rvctl command overview
This commit is contained in:
@@ -65,6 +65,14 @@ rvctl.py
|
||||
`rvctl` jest jedynym publicznym entrypointem. `rvctl.py` jest implementacja
|
||||
uruchamiana przez wrapper i nie wymaga osobnego wywolywania przez ucznia.
|
||||
|
||||
Uruchomienie bez argumentow pokazuje tabelaryczny skrot komend:
|
||||
|
||||
```bash
|
||||
./rvctl
|
||||
./rvctl tokens
|
||||
./rvctl help tokens
|
||||
```
|
||||
|
||||
### Autoryzacja
|
||||
|
||||
Masz dwie drogi.
|
||||
@@ -174,6 +182,23 @@ Globalne przelaczniki:
|
||||
- `--config PATH`
|
||||
Uzywa innego pliku `workspace.json`.
|
||||
|
||||
Pomoc tabelaryczna:
|
||||
|
||||
```bash
|
||||
./rvctl
|
||||
./rvctl help
|
||||
./rvctl tokens
|
||||
./rvctl help tokens
|
||||
```
|
||||
|
||||
Szczegolowy help parsera:
|
||||
|
||||
```bash
|
||||
./rvctl --help
|
||||
./rvctl <komenda> --help
|
||||
./rvctl tokens <komenda> --help
|
||||
```
|
||||
|
||||
Komendy:
|
||||
|
||||
- `show-config`
|
||||
|
||||
Reference in New Issue
Block a user