Skip to content

Commit

Permalink
Added 'e' alias to episode commmand
Browse files Browse the repository at this point in the history
  • Loading branch information
aQaTL committed Nov 3, 2018
1 parent 9cbc751 commit 58e4623
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion anilist_app.go
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 58e4623

Please sign in to comment.