Ticket #32 (closed defect: fixed)
Fix command line argument processing
| Reported by: | mooneer | Owned by: | mooneer |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | interpreter | Version: | |
| Keywords: | Cc: |
Description
mooneer@voldemort:~/build/bin$ ./kite kite -t
./kite: invalid option -- t
This is kite, version 1.0a3 (built on x86_64-unknown-linux-gnu)
Copyright (C) 2007 Mooneer Salem
Usage: kite [-h|-v] [file]
-v: Print version information
-h: This message
[file]: File to execute or run (optional). If not specified, defaults to standard input.
-t should be passed to the arguments array, not freak out and spit out the help message.
Change History
Note: See
TracTickets for help on using
tickets.

Fixed in r263.