|
From: David G. <go...@us...> - 2002-07-04 00:28:02
|
Adam Chodorowski wrote: > Basically, I would like option lists to support also AmigaOS/AROS > syntax in option lists. I don't know how easy that would be to add. Can you give a link to an authoritative (& specific) reference, with more detail and examples? I don't understand what an AmigaOS command line should contain. Given your brief description, I'm not optimistic that it can be added easily. All other option syntaxes begin with some symbol: -o, +o, --option, /OPT. The parser relies on these symbols to do the parsing. Without them, it looks like ordinary text; no distinguishing characteristics. -- David Goodger <go...@us...> Open-source projects: - Python Docutils: http://docutils.sourceforge.net/ (includes reStructuredText: http://docutils.sf.net/rst.html) - The Go Tools Project: http://gotools.sourceforge.net/ |