ffmd/examples/alias/README.md

40 lines
377 B
Markdown
Raw Normal View History

# myapp
myapp
```
myapp
```
```
[--bool-flag,-bf]
[--duration-flag,-df]=[value]
[--help]
[--int-flag,-if]=[value]
[--string-flag,-sf]=[value]
```
**Usage**:
```
myapp [FLAGS] [ARGS...]
```
**--bool-flag,-bf**: Bool flag
**--duration-flag,-df**="": Duration flag
**--help**: Show help
**--int-flag,-if**="": Int flag
**--string-flag,-sf**="": String flag
-----