chiark
/
gitweb
/
~mdw
/
zone
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
net.lisp: Write a bunch of better docstrings.
[zone]
/
frontend.lisp
diff --git
a/frontend.lisp
b/frontend.lisp
index 9d62d299368b1e0e0c6f8c4153053063eadf8cc8..f9576019504077e2a0b95f52ef87242f98b0a625 100644
(file)
--- a/
frontend.lisp
+++ b/
frontend.lisp
@@
-22,7
+22,7
@@
;;; Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
(defpackage #:zone.frontend
;;; Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
(defpackage #:zone.frontend
- (:use #:common-lisp #:optparse #:net #:zone
+ (:use #:common-lisp #:
mdw.sys-base #:
optparse #:net #:zone
#+cmu #:mop
#+sbcl #:sb-mop)
(:export #:main))
#+cmu #:mop
#+sbcl #:sb-mop)
(:export #:main))
@@
-93,6
+93,7
@@
(define-program
"Write information about zone NAME.")))
(defun main ()
"Write information about zone NAME.")))
(defun main ()
+ (set-command-line-arguments)
(with-unix-error-reporting ()
(let ((files nil))
(unless (option-parse-try
(with-unix-error-reporting ()
(let ((files nil))
(unless (option-parse-try