Closed james-nesbitt closed 7 years ago
This is a regression fix, for effort that was lost in a recent merge
This patch makes the CLI not show commands marked as Internal() to the user through the CLI.
the diff looks complicated, all it does is wrap the command addition in an if .Internal()
This is a regression fix, for effort that was lost in a recent merge
This patch makes the CLI not show commands marked as Internal() to the user through the CLI.