forked from k8stopologyawareschedwg/deployer
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pkg: cmd: remove "version" command from pkg
The "version" command needs the non-exported `pkg/version`. his makes the `commands` pkg unusable otuside this project, that is violating the original design. We need to untie the `commands` pkg from the unshipped `version` pkg; it is still correct to NOT ship the latter just yet. The version command is tied to this source tree, so it makes sense to move it `cmd`, which we do in this patch. No expected changes in behaviour. Signed-off-by: Francesco Romani <[email protected]>
- Loading branch information
Showing
3 changed files
with
31 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.