mirror of
https://github.com/go-shiori/shiori.git
synced 2025-01-15 20:37:44 +08:00
Update delete description
This commit is contained in:
parent
1fe1b22821
commit
25b67ee423
1 changed files with 2 additions and 2 deletions
|
@ -12,8 +12,8 @@ var (
|
||||||
Short: "Delete the saved bookmarks.",
|
Short: "Delete the saved bookmarks.",
|
||||||
Long: "Delete bookmarks. " +
|
Long: "Delete bookmarks. " +
|
||||||
"When a record is deleted, the last record is moved to the removed index. " +
|
"When a record is deleted, the last record is moved to the removed index. " +
|
||||||
"Accepts space-separated list of indices (e.g. 5 6 23 4 110 45) and hyphenated range (e.g. 100-200). " +
|
"Accepts space-separated list of indices (e.g. 5 6 23 4 110 45), hyphenated range (e.g. 100-200) or both (e.g. 1-3 7 9). " +
|
||||||
"If no arguments, all records will be deleted",
|
"If no arguments, all records will be deleted.",
|
||||||
Run: func(cmd *cobra.Command, args []string) {
|
Run: func(cmd *cobra.Command, args []string) {
|
||||||
// Read flags
|
// Read flags
|
||||||
skipConfirmation, _ := cmd.Flags().GetBool("yes")
|
skipConfirmation, _ := cmd.Flags().GetBool("yes")
|
||||||
|
|
Loading…
Reference in a new issue