github.com/tcncloud/wollemi@v0.8.1/adapters/cobra/rules.go (about)

     1  package cobra
     2  
     3  import (
     4  	"github.com/spf13/cobra"
     5  )
     6  
     7  func RulesCmd() *cobra.Command {
     8  	return &cobra.Command{
     9  		Use:   "rules",
    10  		Short: "build rule listing and deletion",
    11  	}
    12  }