Class CompletionCommand

  • All Implemented Interfaces:
    Runnable

    public class CompletionCommand
    extends Object
    implements Runnable
    By invoking this command, user can obtain a shell completion script. User can apply the completion script by running `source <(prospero completion)` (in bash), or can redirect the output of this command to a file. The completion script can be used for bash and zsh.
    • Constructor Detail

      • CompletionCommand

        public CompletionCommand()
    • Method Detail

      • run

        public void run()
        Specified by:
        run in interface Runnable