refac
This commit is contained in:
parent
5dd659818e
commit
47f52d407e
4
main.go
4
main.go
@ -20,10 +20,6 @@ func main() {
|
|||||||
EnableShellCompletion: true,
|
EnableShellCompletion: true,
|
||||||
Name: "wallhaven_dl",
|
Name: "wallhaven_dl",
|
||||||
Usage: "Download wallpapers from wallhaven.cc",
|
Usage: "Download wallpapers from wallhaven.cc",
|
||||||
Action: func(ctx context.Context, c *cli.Command) error {
|
|
||||||
fmt.Println("cli")
|
|
||||||
return nil
|
|
||||||
},
|
|
||||||
Commands: []*cli.Command{
|
Commands: []*cli.Command{
|
||||||
{
|
{
|
||||||
Name: "search",
|
Name: "search",
|
||||||
|
Loading…
Reference in New Issue
Block a user