Port command-line and texts from hackerbase.
This commit is contained in:
parent
879107764a
commit
be9a620fd2
4 changed files with 117 additions and 5 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue