fix(cmd): remove obsolete semver

This commit is contained in:
2020-01-11 17:24:34 +01:00
parent 12246aae0c
commit 0261203395
8 changed files with 15 additions and 30 deletions

View File

@ -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)