mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-03-20 03:13:33 +01:00
Improve readme
This commit is contained in:
parent
2e8fddd2a6
commit
0fd7431f7b
1 changed files with 4 additions and 4 deletions
|
|
@ -5,7 +5,7 @@ Auto completion for scrapy command-line tool
|
|||
#### commands
|
||||
|
||||
```
|
||||
scrapy [tab]
|
||||
$ scrapy [tab]
|
||||
|
||||
scrapy commands
|
||||
check -- Check spider contracts,
|
||||
|
|
@ -23,11 +23,11 @@ version -- Print Scrapy version,
|
|||
view -- Open URL in browser, as seen by Scrapy
|
||||
```
|
||||
|
||||
if check/crawl/edit is chosen
|
||||
if check/crawl/edit commands are chosen,
|
||||
|
||||
```
|
||||
scrapy check [tab]
|
||||
$ scrapy check [tab]
|
||||
dmoz
|
||||
```
|
||||
|
||||
spiders are listed.
|
||||
spiders are listed, if you are in a scrapy project directory.
|
||||
Loading…
Add table
Add a link
Reference in a new issue