Remove ParseVersion()

Signed-off-by: Jan Tytgat <jan.tytgat@corelayer.eu>
This commit is contained in:
Jan Tytgat
2025-06-09 21:36:38 +02:00
parent 77ad7124e2
commit 283d1dbf03

View File

@ -69,10 +69,6 @@ func (c Config) getRootCommand() (*cobra.Command, error) {
return cmd, nil
}
// func (c Config) ParseVersion() (semver.Version, error) {
// return semver.Parse(c.Version.Full)
// }
func (c Config) RegisterCommand(cmd Commander, f func(*cobra.Command)) {
appCmd.AddCommand(cmd.Initialize(f))
}