# 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
```

