Interface StandaloneOptionActivator
-
- All Known Implementing Classes:
OptionActivators.DisabledActivator,OptionActivators.EnabledActivator
public interface StandaloneOptionActivatorWhen an Option is only valid in standalone mode, it must be activated by anorg.aesh.command.activator.OptionActivatorthat implements this interface. Usage of this interface allows CLI to automatically generate command help synopsis.- Author:
- jdenise@redhat.com