J S
3c2ad92190
- Added command-line options for help, version, and setting/unsetting a single option. - Added test files - Added error check for empty file.
8 lines
137 B
Common Lisp
8 lines
137 B
Common Lisp
(defpackage :sst-ui
|
|
(:use :common-lisp)
|
|
(:export :toplevel))
|
|
|
|
(defpackage :sst-edit
|
|
(:use :common-lisp)
|
|
(:export :add-settings))
|