cppforlife / cobrautil

MIT License
3 stars 4 forks source link

IsCobraInternalCommand -> IsCobraManagedCommand #6

Closed praveenrewar closed 2 years ago

praveenrewar commented 2 years ago

Rename IsCobraInternalCommand to IsCobraManagedCommand.

This would be a breaking change for anyone using this and bumping the version, but it is used only in kapp and kctrl and we should be able to make the change when we would want to bump cobrautil.

More details on why this change is being made can be found here.

cc @cppforlife