dmgolubovsky / yhc

Automatically exported from code.google.com/p/yhc
0 stars 0 forks source link

yhc /tmp/Main.hs doesn't work #138

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. yhc /tmp/Main.hs

What is the expected output? What do you see instead?
Expect it do do something sensible, instead:
yhc: Unknown flag: tmp/Risers.hs

This is from the parsing options code, which accepts --, - or / as the
prefix. We should make it just - and --

Original issue reported on code.google.com by ndmitch...@gmail.com on 23 Mar 2007 at 1:41

GoogleCodeExporter commented 9 years ago
It bugged me more than I thought it would, so I fixed it faster

Original comment by ndmitch...@gmail.com on 23 Mar 2007 at 1:50