cli: change the module name of the cli

This commit is contained in:
eball
2025-06-11 21:23:28 +08:00
parent f9072c9312
commit 8998f7596c
301 changed files with 6680 additions and 1059 deletions

View File

@@ -1,10 +1,11 @@
package node
import (
"bytetrade.io/web3os/installer/cmd/ctl/options"
"bytetrade.io/web3os/installer/pkg/pipelines"
"github.com/spf13/cobra"
"log"
"github.com/beclab/Olares/cli/cmd/ctl/options"
"github.com/beclab/Olares/cli/pkg/pipelines"
"github.com/spf13/cobra"
)
func NewCmdAddNode() *cobra.Command {