metomi / rose

:rose: Rose is a toolkit for writing, editing and running application configurations.
https://metomi.github.io/rose/
GNU General Public License v3.0
55 stars 53 forks source link

rose bunch documentation example typo #2748

Closed sjrennie closed 10 months ago

sjrennie commented 10 months ago

In the rose documentation 2.1.0 for rose bunch https://metomi.github.io/rose/doc/html/api/built-in/rose_bunch.html#example there is an example

[bunch]
command-format=echo arg1: %(arg1)s, arg2: %(arg2)s, command-instance: %(command-instances)s
command-instances = 4
fail-handle = abort
incremental = True

According to my tests, True should be true, capitalized version not accepted.

wxtim commented 10 months ago

That looks very much like what the rest of the docs say.

wxtim commented 10 months ago

@sjrennie - please have a look at the change on https://github.com/metomi/rose/pull/2749

sjrennie commented 10 months ago

Looks fine to me. Thanks @wxtim