iefoaix (Michael Wang)
- Login: iefoaix
- Registered on: 09/01/2017
- Last sign in: 09/01/2017
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
09/01/2017
-
04:51 PM Ruby Bug #13858 (Closed): getoptlong cannot process multiple line argument with equal sign (=) version
- Here is the test case:
# more getopt.rb
require 'getoptlong'
a=GetoptLong.new(
[ '--user', '-u', GetoptLong::REQUIRED_ARGUMENT ],
[ '--statement', '-s', GetoptLong::REQUIRED_ARGUMENT ],
)
a.each {...