Task #1268

CLI options must be written as "real" options, being prefixed with a (double) dash

Added by Karsten Dambekalns almost 7 years ago. Updated almost 5 years ago.

Status:Resolved Start date:2008-09-23
Priority:Should have Due date:
Assigned To:Karsten Dambekalns % Done:

100%

Category:MVC
Target version:-
Sprint: Has patch:
PHP Version: Complexity:

Description

Currently anything following the first three arguments to a CLI request is considered as options. This should be changed so that only short- or long-style options are considered, anything else should be "input", as with traditional CLI tools.

Alternatively this could be anything after a double-dash, to make variable numbers of package/controller/action arguments possible (see #1267).


Related issues

related to TYPO3.Flow - Feature #1267: Make CLI requests to controllers in subpackage possible Resolved 2008-09-23

Associated revisions

Revision ac279f27
Added by Karsten Dambekalns almost 7 years ago

FLOW3:
  • reworked parsing of CLI arguments, fixes #1267, fixes #1268
  • added documentation for using FLOW3 from the command line

History

#1 Updated by Karsten Dambekalns almost 7 years ago

  • Status changed from New to Accepted
  • Assigned To set to Karsten Dambekalns
  • Start date set to 2008-09-23

#2 Updated by Karsten Dambekalns almost 7 years ago

  • Status changed from Accepted to Resolved
  • % Done changed from 0 to 100

Applied in changeset r1280.

Also available in: Atom PDF