Skip to content

Commit

Permalink
Remove s alias from the switch command. Add s alias to the `sel…
Browse files Browse the repository at this point in the history
…ect` command.
  • Loading branch information
aQaTL committed Sep 29, 2021
1 parent 670e0d7 commit 07359b4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions anilist_app.go
Expand Up @@ -43,7 +43,6 @@ func AniListApp(app *cli.App) *cli.App {
app.Commands = []cli.Command{
cli.Command{
Name: "switch",
Aliases: []string{"s"},
Usage: "Switches app mode between AniList and MyAnimeList",
UsageText: "mal mal",
Action: switchToMal,
Expand Down Expand Up @@ -88,7 +87,7 @@ func AniListApp(app *cli.App) *cli.App {
},
cli.Command{
Name: "sel",
Aliases: []string{"select"},
Aliases: []string{"select", "s"},
Category: "Config",
Usage: "Select an entry",
UsageText: "mal sel [entry title]",
Expand Down

0 comments on commit 07359b4

Please sign in to comment.