blob: 1f42ff43a210a25c8b6928d2140e611bc88e39e0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# 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).
```
|