Port command-line and texts from hackerbase.

This commit is contained in:
Dominik Pantůček 2025-03-31 21:04:42 +02:00
parent 879107764a
commit be9a620fd2
4 changed files with 117 additions and 5 deletions

View file

@ -1,4 +1,24 @@
(import frontend)
(import frontend
command-line
texts)
(command-line
print-help
(-h () "This help"
(print banner-line)
(newline)
(print "Command-line options:")
(print-help)
(newline)
(exit 0))
(-license () "Show licensing terms"
(print banner-line)
(newline)
(print license)
(exit 0))
""
"Configuration options:"
)
(display "brminv")
(newline)