fix: rename host flag alias from h to ht

This commit is contained in:
Robert Kaussow 2023-12-04 09:46:13 +01:00
parent 930e1aac89
commit 9522d3f44e
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ func main() {
},
{
Name: "host",
Aliases: []string{"h"},
Aliases: []string{"ht"},
Usage: "Get hostname from url",
Action: command.Host(cfg),
},