This is the mail archive of the frysk@sourceware.org mailing list for the frysk project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
A lot of the code in the bindir utilities is template code that all utilities call. It saves a lot of work, but also takes away flexibility. It's all a bit new to me too. But see my reply to Andrew for a few thoughts there.Yeah, this is a bit odd, but I guess harmless for the time being. Maybe it would be better to either push new functionality for this kind of thing into Parser, or to have users of frysk's CommandlineParser be a bit smarter about coordinating with the superclass.
Phil> There is a lot of weird Phil> indenting going on in the right help column, but this was happening Phil> beforehand and is another unrelated (but hopefully soon to be fixed) Phil> bug.
Some of this is accounted for by rogue spaces, e.g.:
Phil> + group.add(new Option( "allmaps", 'a', Phil> + " Include ALL process readable maps.")
That space before "Include" is strange.
Phil> + "=PATTERN") { Putting the "=" in here is wrong, fwiw.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |