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