blob: 1f42ff43a210a25c8b6928d2140e611bc88e39e0 (
plain) (
tree)
|
|
# 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).
```
|