gia-ast
Version:
A CLI Wrapping AST Web API calls to servers
20 lines (13 loc) • 582 B
Markdown
# Intentions
## Refactor using yargs
* ENhancement of help and usage of utilities
## Generic and unclassed
* Implement using yargs the usage of commands
```sh
gia ast mycontent.jpg $MID
gia ast mycontent.jpg --style-model Picasso --variation 3.105
gia ast mycontent.jpg --s Picasso --v 3.105
gia ast --batch --directory ./mycontent --s Picasso --v 3.105
gia ast --batch --directory ./mycontent --s Picasso --v 3.105 --make-contact-sheet --output-contact-sheet ./mycontact-sheets
gia ast --batch --directory ./mycontent --s Picasso --v 3.105 --make-contact-sheet-in-subdir
```