UNPKG

inklecate

Version:

A tiny wrapper around the desktop executables for ink's command-line Ink language compiler.

9 lines (7 loc) 139 B
declare enum ArgsEnum { CountAllVisits = '-c', OutputFile = '-o', Verbose = '-v', DEBUG = '--DEBUG', } export = ArgsEnum;