all repos — hex @ fa64e719771314d7af31bfcf752319a5ba1f588d

A tiny, minimalist, slightly-esoteric concatenative programming lannguage.

Fixes.
h3rald h3rald@h3rald.com
Thu, 05 Dec 2024 15:42:35 +0100
commit

fa64e719771314d7af31bfcf752319a5ba1f588d

parent

e2ee6c2ff098af530511721a9faf91fe52d29913

1 files changed, 16 insertions(+), 16 deletions(-)

jump to
M web/contents/get.htmlweb/contents/get.html

@@ -33,22 +33,22 @@ <p>Running <code>hex -h</code> will print the following list of all the available command line options for the hex

executable:</p> <pre> - _*_ _ - / \hex\* programming language - *\_/_/_/ v{{release}} - * (c) {{year}} Fabio Cevasco - - USAGE - hex [options] [file] - - ARGUMENTS - file A .hex file to interpret - - OPTIONS - -d, --debug Enable debug mode. - -h, --help Display this help message. - -m --manual Display the manual. - -v, --version Display hex version. + _*_ _ + / \hex\* programming language + *\_/_/_/ v{{release}} - (c) {{year}} Fabio Cevasco + * + + USAGE + hex [options] [file] + + ARGUMENTS + file A .hex file to interpret + + OPTIONS + -d, --debug Enable debug mode. + -h, --help Display this help message. + -m --manual Display the manual. + -v, --version Display hex version. </pre> <p>If you do not specify any option or argument, a simple <abbr title="Read-Eval-Print-Loop">REPL</abbr> will be