NAME

veda-format - Format SKILL/SKILL++ source code

SYNOPSIS

veda format [--verbose level] [--quiet] -i suffix file...

DESCRIPTION

Formats SKILL/SKILL++ programs.

Using -i with a suffix argument is mandatory in this early version of the formatter.

OPTIONS

--verbose level

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.

--quiet

Same as --verbose 0.

-i suffix, --in-place suffix

Edit files in place, and makes a backup with suffix suffix.

EXAMPLES

Reformatting a source file:

$ veda format -i .bak rocket/rocket.ils
$ ls rocket/rocket.ils*
rocket/rocket.ils    rocket/rocket.ils.bak

BUGS

  1. This is an early, and buggy, version of the formatter;

  2. Many formatting options are not available from the command-line.

SEE ALSO

Crosstwine Veda on the Web