mirror of
https://github.com/kmc7468/cs420.git
synced 2025-12-15 23:18:48 +00:00
15 lines
273 B
YAML
15 lines
273 B
YAML
name: fuzz
|
|
args:
|
|
- print:
|
|
short: p
|
|
long: print
|
|
help: Fuzzes C AST printer
|
|
- irgen:
|
|
short: i
|
|
long: irgen
|
|
help: Fuzzes irgen
|
|
- INPUT:
|
|
help: Sets the input file to use
|
|
required: true
|
|
index: 1
|