wip: test signal
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
package cmd
|
||||
|
||||
import (
|
||||
"gitea.suyono.dev/suyono/wingmate/cmd/init"
|
||||
"os"
|
||||
|
||||
initpkg "gitea.suyono.dev/suyono/wingmate/cmd/init"
|
||||
"gitea.suyono.dev/suyono/wingmate/config"
|
||||
"github.com/spf13/cobra"
|
||||
"os"
|
||||
)
|
||||
|
||||
var (
|
||||
@@ -18,7 +19,7 @@ func init() {
|
||||
config.BindFlags(rootCmd)
|
||||
|
||||
rootCmd.AddCommand(
|
||||
init.Command(),
|
||||
initpkg.Command(),
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user