From 58e46236f2ce6e8fd24b1cae2ea41f04383bb856 Mon Sep 17 00:00:00 2001 From: aQaTL Date: Sat, 3 Nov 2018 16:38:02 +0100 Subject: [PATCH] Added 'e' alias to episode commmand --- anilist_app.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anilist_app.go b/anilist_app.go index dae7156..ae2b907 100644 --- a/anilist_app.go +++ b/anilist_app.go @@ -48,7 +48,7 @@ func AniListApp(app *cli.App) *cli.App { }, cli.Command{ Name: "eps", - Aliases: []string{"episodes"}, + Aliases: []string{"episodes", "e"}, Category: "Update", Usage: "Set the watched episodes value. " + "If n not specified, the number will be increased by one",