diff options
| author | 2013-03-21 00:54:06 +0100 | |
|---|---|---|
| committer | 2013-03-21 00:54:06 +0100 | |
| commit | 6d1a3b02e0e83b5e326081826fe63bcbc0ab4686 (patch) | |
| tree | d03fd22b2c5b699aae1cc22882c3724f9a6cd2d1 /make-image.lisp | |
| parent | 940d9904189cab365787d3b18d5a26df427d80f1 (diff) | |
| download | clark-6d1a3b02e0e83b5e326081826fe63bcbc0ab4686.tar.gz clark-6d1a3b02e0e83b5e326081826fe63bcbc0ab4686.zip | |
Make it do something
- Add constant `*version*' which contains the version number of the
project.
- Change `db-connect' to `check-db'. Update to using sqlite functions
instead of cl-sql ones.
- Move the bookmark collection loop to `get-bookmarks'.
- When starting up, if the length of args is greater than 1 check if
the given option is a known "command" and if so, call it with the
command line arguments (minus the first). Otherwise show all the
bookmarks.
Diffstat (limited to 'make-image.lisp')
| -rw-r--r-- | make-image.lisp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make-image.lisp b/make-image.lisp index 1221037..733cb8c 100644 --- a/make-image.lisp +++ b/make-image.lisp @@ -11,6 +11,6 @@ "clark" :toplevel (lambda () (sb-posix:putenv (format nil "SBCL_HOME=~A" #.(sb-ext:posix-getenv "SBCL_HOME"))) - (org.ryuslash.clark:clark) + (org.ryuslash.clark:clark sb-ext:*posix-argv*) 0) :executable t) |
