Download Reference Manual
The Developer's Library for D
About Wiki Forums Source Search Contact

Ticket #1179 (assigned enhancement)

Opened 3 months ago

Last modified 3 months ago

Arguments should support options to stop parsing

Reported by: schveiguy Assigned to: kris (accepted)
Priority: normal Milestone: 1.0
Component: Core Functionality Version: 0.99.6 Jeff
Keywords: Cc:

Description (Last modified by schveiguy)

2 cases:

  1. stopping on first non option (i.e. ssh -v host -v ls -la: this should stop after the second -v)
  2. stopping when a sentinel option is encountered (i.e. '--' by itself)

Change History

07/07/08 13:16:29 changed by schveiguy

  • description changed.

07/08/08 00:55:25 changed by kris

  • owner changed from sean to kris.
  • status changed from new to assigned.