logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

gsl - a code construction and generation tool

Description

       GSL/4.1  is a code construction tool.  It will generate code in all languages and for all purposes, based
       on templates.

Name

       gsl - a code construction and generation tool

Options

-a     Pass arguments following [FILE] to GSL script

       -q     suppress routine messages

       -p     process files in parallel

       -c:<MODE>[:FILE]
              set console mode (optionally capture output to file)

              (use capital case -C:... to disable the echo)

              modes:

              p - print as requested

              d - prefix with date and time

              t - prefix with time only

              dbg - datetime, with full flush to disk

       -s:<N> set script cache size - default is 1000000

       -h     show command-line summary

       -v     show full version information

See Also

       The full documentation for gsl, including tutorials on how  to  create  templates,  is  maintained  as  a
       MarkDown format README in:

       </usr/share/doc/generator-scripting-language/README.md>

       or online at:

       <https://github.com/zeromq/gsl/blob/master/README.md>

gsl 4.1                                          September 2017                                           GSL(1)

Synopsis

gsl [-<option> ] [-<attr>[:<value>]] [FILE]gsl-a [-<option> ] [-<attr>[:<value>]] [FILE][ARG]

See Also