Class CompletionCommand
- java.lang.Object
-
- org.wildfly.prospero.cli.commands.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 Summary
Constructors Constructor Description CompletionCommand()
-