...
This commit is contained in:
10
README.md
10
README.md
@@ -79,12 +79,12 @@ FLAGS:
|
||||
-V, --version Prints version information
|
||||
|
||||
SUBCOMMANDS:
|
||||
delete-collection Delete a collection from Redis
|
||||
delete Delete a collection
|
||||
get Get page content
|
||||
html Get page content as HTML
|
||||
info Show detailed information about collections
|
||||
list List collections
|
||||
reset Delete all collections from Redis
|
||||
reset Delete all collections
|
||||
scan Scan a directory for .collection files and create collections
|
||||
```
|
||||
|
||||
@@ -133,10 +133,10 @@ This command shows detailed information about a collection, including its docume
|
||||
#### Deleting a Collection
|
||||
|
||||
```bash
|
||||
doctreecmd delete-collection collection_name --doctree my_doctree
|
||||
doctreecmd delete collection_name --doctree my_doctree
|
||||
```
|
||||
|
||||
This command deletes a collection from Redis.
|
||||
This command deletes a collection.
|
||||
|
||||
#### Resetting All Collections
|
||||
|
||||
@@ -144,7 +144,7 @@ This command deletes a collection from Redis.
|
||||
doctreecmd reset --doctree my_doctree
|
||||
```
|
||||
|
||||
This command deletes all collections from Redis.
|
||||
This command deletes all collections.
|
||||
|
||||
## Implementation Details
|
||||
|
||||
|
Reference in New Issue
Block a user