blob: 8488bfd52dda892e5a0caccec274373fc4bbe8d4 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
package "BLoCade"
version "1.0"
purpose "Tool for converting BLoC to various targets"
option "input" i "input file" string required
option "output" o "output file" string optional
option "verbose" v "enable debug logging output" flag off
option "target" t "choose compilation target" string required
|