diff options
Diffstat (limited to 'users/sterni/clhs/README.md')
-rw-r--r-- | users/sterni/clhs/README.md | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/users/sterni/clhs/README.md b/users/sterni/clhs/README.md deleted file mode 100644 index 1f42ff43a210..000000000000 --- a/users/sterni/clhs/README.md +++ /dev/null @@ -1,13 +0,0 @@ -# clhs-lookup - -Simple cli to lookup symbols' documentation in a local copy of the -Common Lisp HyperSpec. - -## usage - -``` -clhs-lookup [--print] symbol [symbol [...]] - - --print Print documentation paths to stdout instead of - opening them with $BROWSER (defaults to xdg-open). -``` |