~gjabell/bmk

056db3f10b702fa5ca72776615157c8ec179d027 — Galen Abell 5 years ago f267469
Improve command usage messages
4 files changed, 4 insertions(+), 4 deletions(-)

M cmd/add.go
M cmd/list.go
M cmd/open.go
M cmd/remove.go
M cmd/add.go => cmd/add.go +1 -1
@@ 27,7 27,7 @@ import (
)

var addCmd = &cobra.Command{
	Use:     "add",
	Use:     "add URL [desc]",
	Aliases: []string{"a"},
	Short:   "Add a new bookmark",
	Long: `Add a new bookmark to the manager, optionally specifying tags and/or a

M cmd/list.go => cmd/list.go +1 -1
@@ 24,7 24,7 @@ import (
)

var listCmd = &cobra.Command{
	Use:     "list",
	Use:     "list [desc]",
	Aliases: []string{"l", "ls"},
	Short:   "List bookmarks",
	Long: `List bookmarks in the manager, optionally specifying a list of tags or a

M cmd/open.go => cmd/open.go +1 -1
@@ 25,7 25,7 @@ import (
)

var openCmd = &cobra.Command{
	Use:     "open",
	Use:     "open [index ...]",
	Aliases: []string{"o"},
	Short:   "Open bookmarks in a web browser",
	Long: `Open bookmarks in a web browser. By default, this command will open

M cmd/remove.go => cmd/remove.go +1 -1
@@ 27,7 27,7 @@ import (
)

var removeCmd = &cobra.Command{
	Use:     "remove",
	Use:     "remove [index ...]",
	Aliases: []string{"r", "rm"},
	Short:   "Remove a bookmark",
	Long: `Remove a bookmark from the manager. Takes a list of numbers referencing the