Ticket #32 (closed defect: fixed)

Opened 4 years ago

Last modified 4 years ago

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

comment:1 Changed 4 years ago by mooneer

  • Status changed from new to closed
  • Resolution set to fixed

Fixed in r263.

Note: See TracTickets for help on using tickets.