Uploaded image for project: 'Groovy'
  1. Groovy
  2. GROOVY-4148

CliBuilder should support @argumentFile processing similar to what javadoc has

    XMLWordPrintableJSON

Details

    Description

      If CliBuilder supported argument file processing, then commands like groovydoc will automatically have such support and match the functionality of javadoc.
      If the file temp.args contains the content:

      -arg1 paramA paramB
      

      Then calling the command line with:

      someCommand @temp.args -arg2 paramC
      

      Is the same as calling this:

      somecommand -arg1 paramA paramB -arg2 paramC
      

      Attachments

        Activity

          People

            paulk Paul King
            paulk Paul King
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: