Skip to content

Commit 176bfef

Browse files
authored
Remove duplicate runtime command (#1248)
1 parent ae1deae commit 176bfef

File tree

3 files changed

+0
-7
lines changed

3 files changed

+0
-7
lines changed

cmd/thv/app/runtime.go

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,6 @@ func init() {
3535
"Timeout in seconds for runtime checks (default: 30 seconds)")
3636
}
3737

38-
func init() {
39-
rootCmd.AddCommand(runtimeCmd)
40-
runtimeCmd.AddCommand(runtimeCheckCmd)
41-
}
42-
4338
func runtimeCheckCmdFunc(cmd *cobra.Command, _ []string) error {
4439
ctx := cmd.Context()
4540

docs/cli/thv.md

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/cli/thv_runtime.md

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)