Skip to content

Commit

Permalink
🔥 Remove listing of emoji sets and themes
Browse files Browse the repository at this point in the history
Emoji sets and themes can be displayed within the application. This
makes the list command obsolete and can be removed from the
application.
  • Loading branch information
mikelorant committed Mar 2, 2023
1 parent 7de80e4 commit 3a3c2ab
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 252 deletions.
121 changes: 0 additions & 121 deletions cmd/list.go

This file was deleted.

100 changes: 0 additions & 100 deletions cmd/list_test.go

This file was deleted.

1 change: 0 additions & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ func NewRootCmd(a App) *cobra.Command {
)

cmd.AddCommand(NewVersionCmd())
cmd.AddCommand(NewListCmd(a.Writer))
cmd.AddCommand(NewHookCmd(a))
cmd.SetVersionTemplate(verTmpl)
cmd.Flags().SortFlags = false
Expand Down
1 change: 0 additions & 1 deletion cmd/testdata/help_arg.golden
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ Available Commands:
completion Generate the autocompletion script for the specified shell
help Help about any command
hook Install and uninstall Git hook
list List settings with profiles or IDs
version Print the version information

Flags:
Expand Down
1 change: 0 additions & 1 deletion cmd/testdata/help_flag.golden
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ Available Commands:
completion Generate the autocompletion script for the specified shell
help Help about any command
hook Install and uninstall Git hook
list List settings with profiles or IDs
version Print the version information

Flags:
Expand Down
15 changes: 0 additions & 15 deletions cmd/testdata/list_arg.golden

This file was deleted.

4 changes: 0 additions & 4 deletions cmd/testdata/list_emoji_arg.golden

This file was deleted.

8 changes: 0 additions & 8 deletions cmd/testdata/list_theme_arg.golden

This file was deleted.

1 change: 0 additions & 1 deletion cmd/testdata/root_invalid.golden
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ Available Commands:
completion Generate the autocompletion script for the specified shell
help Help about any command
hook Install and uninstall Git hook
list List settings with profiles or IDs
version Print the version information

Flags:
Expand Down

0 comments on commit 3a3c2ab

Please sign in to comment.