ef2d2c98a2b0

Remove Javascript
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Mon, 23 Dec 2019 15:15:44 -0500
parents 46b958e3d8d1
children a89bfa97236f
branches/tags (none)
files docs/02-reference.markdown docs/footer.markdown

Changes

--- a/docs/02-reference.markdown	Mon Dec 23 15:14:53 2019 -0500
+++ b/docs/02-reference.markdown	Mon Dec 23 15:15:44 2019 -0500
@@ -199,6 +199,25 @@
 
   
 
+### `PARSE-OPTIONS-OR-EXIT` (function)
+
+    (PARSE-OPTIONS-OR-EXIT INTERFACE &OPTIONAL (ARGUMENTS (REST (ARGV))))
+
+Parse `arguments` according to `interface`, exiting if any error occurs.
+
+  Two values are returned:
+
+  1. A fresh list of top-level, unaccounted-for arguments that don't correspond
+     to any options defined in `interface`.
+  2. An `EQL` hash table of option keys to values.
+
+  If an error occurs while parsing the arguments, exits immediately as if with
+  `adopt:print-error-and-exit`.
+
+  See the full documentation for more information.
+
+  
+
 ### `PRINT-ERROR-AND-EXIT` (function)
 
     (PRINT-ERROR-AND-EXIT ERROR &KEY (STREAM *ERROR-OUTPUT*) (EXIT-FUNCTION #'EXIT) (EXIT-CODE 1)
--- a/docs/footer.markdown	Mon Dec 23 15:14:53 2019 -0500
+++ b/docs/footer.markdown	Mon Dec 23 15:15:44 2019 -0500
@@ -1,17 +1,6 @@
 <i>Made with Lisp and love by [Steve Losh][].</i>
 
-<p><a href="http://rochestermade.com" title="Rochester Made"><img src="http://rochestermade.com/media/images/rochester-made-dark-on-light.png" alt="Rochester Made" title="Rochester Made" /></a></p>
+<p><a href="http://rochestermade.com" title="Rochester Made"><img src="https://rochestermade.com/media/images/rochester-made-dark-on-light.png" alt="Rochester Made" title="Rochester Made" /></a></p>
 
 [Steve Losh]: http://stevelosh.com/
 [roc]: https://rochestermade.com/
-
-<script>
-  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
-  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
-  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
-  })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
-
-  ga('create', 'UA-15328874-3', 'auto');
-  ga('send', 'pageview');
-
-</script>