-
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.
- Loading branch information
Showing
4 changed files
with
67 additions
and
4 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
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,40 @@ | ||
--- | ||
title: bookshelf cancel | ||
description: Cancel the current chapter of a story on your bookshelf | ||
--- | ||
|
||
### Usage | ||
|
||
```bash | ||
bookshelf cancel [OPTIONS] STORY_NAME | ||
``` | ||
|
||
### Description | ||
|
||
Use `bookshelf cancel` to cancel the current chapter of a story on your bookshelf. The story must exist and have a chapter in progress. | ||
This command is useful if you need quickly stop tracking an existing story. | ||
|
||
### Options | ||
|
||
| Name | Shorthand | Default | Description | | ||
|------- | --------- | ------- | ----------- | | ||
| | | | | | ||
|
||
### Examples | ||
|
||
#### Cancel a story | ||
<pre><span style="background-color:#26384B"><font color="#93FF91"> root </font></span><font color="#26384B"></font> <font color="#49FF6D">bookshelf</font> cancel example-story | ||
╭───────────────── 📖 Story 📖 ──────────────────╮ | ||
│ <b>✏️ Name:</b> │ | ||
│ example-story │ | ||
│ <b>🗓️ Start Date:</b> │ | ||
│ 22/10/2023 │ | ||
│ <b>⏱️ Elapsed Time:</b> │ | ||
│ 0 hours, 0 minutes, 0 seconds │ | ||
│ <b>🏷️ Tags:</b> │ | ||
│ [] │ | ||
│ │ | ||
│ [Press <b>CTRL+C</b> to exit] │ | ||
╰────────────────────────────────────────────────╯</pre> | ||
|
||
|