Class CLICommandCompleter


  • public class CLICommandCompleter
    extends Object
    Shared completion logic between CLI native completer and Aesh completer. It mainly handles variables completion.
    Author:
    jdenise@redhat.com
    • Constructor Detail

      • CLICommandCompleter

        public CLICommandCompleter()
    • Method Detail

      • transferOperation

        public static void transferOperation​(org.aesh.complete.AeshCompleteOperation from,
                                             org.aesh.complete.AeshCompleteOperation to)