Updates:
Summary: Argument parser enhancements (e.g. handle --help and --version automatically)

Comment #2 on issue 161 by pekka.klarck: Argument parser enhancements (e.g. handle --help and --version automatically)
http://code.google.com/p/robotframework/issues/detail?id=161

Implemented some other enhancements:
- <VERSION> and <----ESCAPES----> are escaped automatically (and latter also wraps
escapes nicely)
- Tool name taken from the first line of the usage automatically (should not be
included to given version anymore)
- Ignore options if they are over 4 chars from the beginning of the line (no need to
escape options in explanations)

After all these changes AP.check_args and global get_escapes shouldn't be needed in
the public API and removed them. Tools are probably still using them.

Tasks to don addition to those listed in comment 1:
- Proofread pybot/jybot and rebot --help texts (texts haven't changed much but how
they are generated has).
- Check do external tools (RIDE, Mabot) use arg parser.

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

Reply via email to