File tree Expand file tree Collapse file tree 1 file changed +9
-12
lines changed Expand file tree Collapse file tree 1 file changed +9
-12
lines changed Original file line number Diff line number Diff line change @@ -32,22 +32,19 @@ Search for a book using the old website (default)
32
32
clibgen search " Eloquent JavaScript"
33
33
```
34
34
35
- Search for a book using the newer website (this is useful if for some reason the old website is down or the mirrors are not working)
36
- ` -s or -site ` flag
35
+ #### Search
37
36
38
- ``` shell
39
- clibgen search -s " new" " Eloquent JavaScript"
40
- ```
37
+ Usage:
38
+ ` clibgen search [flags] `
41
39
42
- ``` shell
43
- clibgen search -s " legacy" " Eloquent JavaScript"
44
- ```
40
+ Flags:
41
+ - -f, --filter string search by [ title, author, isbn] (default "title")
42
+ - -h, --help help for search
43
+ - -n, --number of results int number of result(s) to be displayed maximum: 25 (default 10)
44
+ - -o, --output string Output directory (default "./")
45
+ - -s, --site string which website to use [ legacy, new] (default "legacy")
45
46
46
- Limit search results (default: 10)
47
47
48
- ``` shell
49
- clibgen search -n 5 " Eloquent JavaScript"
50
- ```
51
48
52
49
### Found an issue?
53
50
You can’t perform that action at this time.
0 commit comments