CommandMarker methods that are unavailable (@CliAvailabilityIndicator returns false), should not by default listed using the plain help command. Instead, unavailable commands might be listed when help is supplied with an additional (optional) parameter e.g.:
help --all
help --all stream
Right now there is no visual indication, whether a command is available or not.
The text was updated successfully, but these errors were encountered:
ghillert
changed the title
Plain Help Command should not show unavailable command
Plain Help Command should not show unavailable Commands
Feb 17, 2017
CommandMarker
methods that are unavailable (@CliAvailabilityIndicator
returnsfalse
), should not by default listed using the plain help command. Instead, unavailable commands might be listed when help is supplied with an additional (optional) parameter e.g.:Right now there is no visual indication, whether a command is available or not.
The text was updated successfully, but these errors were encountered: