[new] list command

This commit is contained in:
2022-09-10 20:54:48 +02:00
parent 041a7c4268
commit 713f7196cf
9 changed files with 292 additions and 0 deletions

11
main.go Normal file
View File

@@ -0,0 +1,11 @@
/*
Copyright © 2022 NAME HERE <EMAIL ADDRESS>
*/
package main
import "dummy/cmd"
func main() {
cmd.Execute()
}