类 HintCommand

  • 所有已实现的接口:
    Command

    public class HintCommand
    extends AbstractCommand
    Internal Command to provide hints for shell auto-completion. Expects to be called with the current index followed by a list of arguments already typed.
    • 方法详细资料

      • run

        public ExitStatus run​(String... args)
                       throws Exception
        从接口复制的说明: Command
        Run the command.
        参数:
        args - command arguments (this will not include the command itself)
        返回:
        the outcome of the command
        抛出:
        Exception - if the command fails