-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 📝 Adding tag and untag documentation * ✨ Adding tag and untag methods * 🚨 Linting * 🔖 Bumping version * 📝 Updating documentation * 📝 Updating documentation * 📝 Updating documentation
- Loading branch information
Showing
9 changed files
with
128 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = "0.3.3" | ||
__version__ = "0.4.0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
--- | ||
title: bookshelf tag | ||
description: Add a new tag a story on your bookshelf | ||
--- | ||
|
||
### Usage | ||
|
||
```bash | ||
bookshelf tag [OPTIONS] STORY_NAME | ||
``` | ||
|
||
### Description | ||
|
||
Use `bookshelf tag` to add a new tag to a story on your bookshelf. | ||
|
||
### Options | ||
|
||
| Name | Shorthand | Default | Description| | ||
|------- | --------- | ------- | -----------| | ||
| | | | | | ||
|
||
### Examples | ||
|
||
#### Add a new tag to a story |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
--- | ||
title: bookshelf untag | ||
description: Remove a tag from a story on your bookshelf | ||
--- | ||
|
||
### Usage | ||
|
||
```bash | ||
bookshelf tag [OPTIONS] STORY_NAME | ||
``` | ||
|
||
### Description | ||
|
||
Use `bookshelf tag` to remove a tag from a story on your bookshelf. | ||
|
||
### Options | ||
|
||
| Name | Shorthand | Default | Description| | ||
|------- | --------- | ------- | -----------| | ||
| | | | | | ||
|
||
### Examples | ||
|
||
#### Remove a tag from a story |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters