veda-format - Format SKILL/SKILL++ source code
veda format [--verbose level] [--quiet] -i suffix file...
Formats SKILL/SKILL++ programs.
Using -i
with a suffix argument is mandatory in this early version of the formatter.
Specify how chatty to be, on an integer scale of 0-9. Zero is quiet, 4 (the default) lists each file as it is being formatted.
Same as --verbose 0
.
Edit files in place, and makes a backup with suffix suffix.
Reformatting a source file:
$ veda format -i .bak rocket/rocket.ils
$ ls rocket/rocket.ils*
rocket/rocket.ils rocket/rocket.ils.bak
This is an early, and buggy, version of the formatter;
Many formatting options are not available from the command-line.