mirror of
https://github.com/ldericher/fftcgtool
synced 2025-01-15 15:02:59 +00:00
click README
This commit is contained in:
parent
92d8283e39
commit
d585a3284d
1 changed files with 11 additions and 12 deletions
23
README.md
23
README.md
|
@ -6,21 +6,20 @@ for the [Tabletop Simulator](http://berserk-games.com/tabletop-simulator/)
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
```
|
```
|
||||||
usage: fftcgtool [-h] [-v] [-l LANG] [-s] {opuses,ffdecks} ...
|
Usage: fftcgtool.py [OPTIONS] COMMAND [ARGS]...
|
||||||
|
|
||||||
Imports FFTCG cards for TT-Sim.
|
Imports FFTCG cards for TT-Sim.
|
||||||
|
|
||||||
optional arguments:
|
Options:
|
||||||
-h, --help show this help message and exit
|
-v, --verbose increase output verbosity [x>=0]
|
||||||
-v, --verbose increase output verbosity
|
-l, --language LANG language for imported objects
|
||||||
-l LANG, --language LANG
|
-s, --stdout print the deck files in a zip archive to stdout, skip
|
||||||
language for imported objects
|
creating JSONs on disk
|
||||||
-s, --stdout print the deck files in a zip archive to stdout, skip creating JSONs on disk
|
--help Show this message and exit.
|
||||||
|
|
||||||
subcommands:
|
Commands:
|
||||||
Import either an Opus to extend the mod, or import a deck to play right away.
|
ffdecks Imports Decks from the ffdecks.com API and creates it as a...
|
||||||
|
opuses Imports Opuses from the square API and creates its elemental...
|
||||||
{opuses,ffdecks} valid subcommands
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## Examples
|
## Examples
|
||||||
|
|
Loading…
Reference in a new issue