Uploaded image for project: 'Forge'
  1. Forge
  2. FORGE-1642

CommandCompleter not invoked when user is being asked

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Obsolete
    • Icon: Major Major
    • None
    • 1.4.4.Final
    • None
    • None
    • Hide

      1: forge install-plugin arquillian

      2. invoke the completer from 'start line' (this works)
      arquillian setup --containerName <TAB>

      3. invoke the completer from 'question line' (not does work)
      arquillian setup <enter>
      ? [containerName=ARG (of type java.lang.String)]: <TAB>

      In step 3 nothing happens. PluginCommandCompleter.complete is never called.

      Show
      1: forge install-plugin arquillian 2. invoke the completer from 'start line' (this works) arquillian setup --containerName <TAB> 3. invoke the completer from 'question line' (not does work) arquillian setup <enter> ? [containerName=ARG (of type java.lang.String)] : <TAB> In step 3 nothing happens. PluginCommandCompleter.complete is never called.

          Unassigned Unassigned
          aslak@redhat.com Aslak Knutsen
          Votes:
          0 Vote for this issue
          Watchers:
          2 Start watching this issue

            Created:
            Updated:
            Resolved: