Class BashCompletionGenerator<T>

    • Constructor Detail

      • BashCompletionGenerator

        public BashCompletionGenerator()
      • BashCompletionGenerator

        public BashCompletionGenerator​(boolean includeHidden,
                                       boolean enableDebugging)
        Creates a new completion generator
        Parameters:
        enableDebugging - Whether to enable debugging, when true the generated script will do set -o xtrace in its functions and set +o xtrace at the end of its functions