This PR adds the ability for populate to take a series of components with a start and end reference delimited with a -, and use all the ones in between.
For example, R3-R20 will be treated like R3,R4,R5...R19,R20
This PR also makes a copy of stdout and replaces it back. This is because during debugging, I noticed that when the click application is called, stdout no longer points to the terminal's stdout after the execution is completed.
This PR adds the ability for
populate
to take a series of components with a start and end reference delimited with a-
, and use all the ones in between.For example,
R3-R20
will be treated likeR3,R4,R5...R19,R20
This PR also makes a copy of stdout and replaces it back. This is because during debugging, I noticed that when the click application is called, stdout no longer points to the terminal's stdout after the execution is completed.