Peter Johnson

Results 186 comments of Peter Johnson

> > Consider issue #23 before starting work on this. > > Instead of having a separate `--use-config-file` option `--config` could be extended to have a `use` sub-command Adopting this...

To summarise, the single command `--config` will be used, with the following parameters: | Parameter | Description | |:----------|:------------| | `view` or `list` | Displays a sorted list of all...

"Link" is to be `TestURL` that can links to the URL where either a project containing the test or demo is found or the URL of some custom test code...

> "Link" is to be `TestURL` Actually used `AdvancedTest.URL` as name.

With regard to inhibiting numbering of separator lines see issue ~~#48~~ #62.

RE > We also need to consider whether or not to number the separator lines between files at all. AND > With regard to inhibiting numbering of separator lines see...

> How about a new Boolean `--separator-line-numbering` option that enables / disables numbering of separator lines? The default would be `off` and it would be ignored if `--line-numbering` is `off`....

It's worth considering if the existing `--line-number-start` command can be extended. Presently the command takes a single parameter, the number on which to start numbering lines. This number is incremented...

> A more complex example would be `[10,1010,2010]/10` will number file 1 from 10 in steps of 10, file 2 from 1010 in steps of 10 and file 3 from...