asm0dey / flyback

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

There is no help on cmd line #64

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. tar -xvzf flyback_0.4.0.tar.gz
2. python flyback.py  --help

What is the expected output? What do you see instead?
A nice Help Page

What is the actual output? 
option --help not recognized
for help use --help

What version of the product are you using? On what operating system?
flyback_0.4.0.tar.gz on ubuntu 8.10

I think this is confusing ;) 

Original issue reported on code.google.com by winge...@gmail.com on 23 Dec 2008 at 12:17

GoogleCodeExporter commented 9 years ago
i would like to contribute the code to make this possible. would that be okay 
with
the current developers?

Regards
Matthew

Original comment by matthew....@gmail.com on 22 Jan 2009 at 7:11

GoogleCodeExporter commented 9 years ago
This patch should give you some command line options. this is my 1st time using 
patch
so let me know if it doesn't work.
copy this patch to the flyback directory and run the following command
patch -p0 < optionparser.patch

Thanks
Matthew

Original comment by matthew....@gmail.com on 22 Jan 2009 at 8:23

Attachments: