Opened 5 years ago
Closed 5 years ago
#131 closed defect (fixed)
The -n option wants an argument.
Reported by: | ajbeach | Owned by: | Peter |
---|---|---|---|
Priority: | minor | Component: | cfa-cc |
Version: | 1.0 | Keywords: | |
Cc: |
Description
If I type in the following:
driver/dfa-cpp -n <small-file>.cfa
The program hangs waiting for input. However adding --
fixes that:
driver/dfa-cpp -n -- <small-file>.cfa
It appear -n is taking the file name as an argument even thought the option is supposed to be a stand alone flag.
Note: See
TracTickets for help on using
tickets.