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: 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:
|
||||
-h, --help show this help message and exit
|
||||
-v, --verbose increase output verbosity
|
||||
-l LANG, --language LANG
|
||||
language for imported objects
|
||||
-s, --stdout print the deck files in a zip archive to stdout, skip creating JSONs on disk
|
||||
Options:
|
||||
-v, --verbose increase output verbosity [x>=0]
|
||||
-l, --language LANG language for imported objects
|
||||
-s, --stdout print the deck files in a zip archive to stdout, skip
|
||||
creating JSONs on disk
|
||||
--help Show this message and exit.
|
||||
|
||||
subcommands:
|
||||
Import either an Opus to extend the mod, or import a deck to play right away.
|
||||
|
||||
{opuses,ffdecks} valid subcommands
|
||||
Commands:
|
||||
ffdecks Imports Decks from the ffdecks.com API and creates it as a...
|
||||
opuses Imports Opuses from the square API and creates its elemental...
|
||||
```
|
||||
|
||||
## Examples
|
||||
|
|
Loading…
Reference in a new issue