fix(cmd): remove obsolete semver
This commit is contained in:
@@ -17,9 +17,8 @@ var sensorCmd = &cobra.Command{
|
||||
}
|
||||
|
||||
// InitCmd da
|
||||
func InitCmd(cmd *cobra.Command, cnfFile *string, sversion *semver.Version) {
|
||||
func InitCmd(cmd *cobra.Command, cnfFile *string) {
|
||||
configFile = cnfFile
|
||||
version = sversion
|
||||
|
||||
cmd.AddCommand(sensorCmd)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user