Skip to content

Commit

Permalink
Fake theme ID in get command for listing
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Anema committed Dec 3, 2020
1 parent d449638 commit 5ed4eea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/get.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ func getTheme(ctx *cmdutil.Ctx) error {
}

func listThemes(flags cmdutil.Flags, args []string) error {
flags.ThemeID = "1337"
themes, err := getDefaultThemes(flags, args)
if err != nil {
return err
Expand Down

0 comments on commit 5ed4eea

Please sign in to comment.