mirror of
https://github.com/crowdsecurity/crowdsec.git
synced 2025-05-10 20:05:55 +02:00
9 lines
129 B
Go
9 lines
129 B
Go
//go:build no_cscli_setup
|
|
package main
|
|
|
|
import (
|
|
"github.com/spf13/cobra"
|
|
)
|
|
|
|
func (cli *cliRoot) addSetup(_ *cobra.Command) {
|
|
}
|