with default
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-10-31 22:35:36 +01:00
parent aa7036f10f
commit c6c42c4d08
6 changed files with 56 additions and 5 deletions

View File

@@ -6,7 +6,7 @@ import (
"github.com/spf13/cobra"
)
var templates = []string{"docker", "gobin_default"}
var templates = []string{"docker", "gobin_default", "default"}
func NewLsCmd() *cobra.Command {
return &cobra.Command{