8 lines
119 B
Go
8 lines
119 B
Go
|
|
package security
|
||
|
|
|
||
|
|
import "github.com/host-uk/core/pkg/cli"
|
||
|
|
|
||
|
|
func init() {
|
||
|
|
cli.RegisterCommands(AddSecurityCommands)
|
||
|
|
}
|