|
32 | 32 | {chip, $c, "chip", string, "ESP chip (default auto)"}, |
33 | 33 | {port, $p, "port", string, "Device port (default /dev/ttyUSB0)"}, |
34 | 34 | {baud, $b, "baud", integer, "Baud rate (default 115200)"}, |
35 | | - {offset, $o, "offset", string, "Offset (default 0x210000)"} |
| 35 | + {offset, $o, "offset", string, "Offset (default 0x210000)"}, |
| 36 | + {prune, $P, "prune", boolean, "Prune unused modules with packbeam"}, |
| 37 | + {external, $E, "external", string, "External modules to add to packed AVM"}, |
| 38 | + {force, $F, "force", boolean, "Force packbeam to repack"}, |
| 39 | + {application, $A, "application", boolean, "Build and flash an OTP application"}, |
| 40 | + {remove_lines, $R, "remove_lines", boolean, |
| 41 | + "Remove line information from generated AVM files (off by default)"}, |
| 42 | + {list, $L, "list", boolean, "List the contents of AVM files after creation"} |
36 | 43 | ]). |
37 | 44 |
|
38 | 45 | -define(DEFAULT_OPTS, #{ |
|
0 commit comments