kalekundert / stepwise

Modular, command-line scientific protocols
GNU General Public License v3.0
3 stars 0 forks source link

`sw step`: Add syntax for specifying subsubsteps #43

Closed kalekundert closed 3 years ago

kalekundert commented 3 years ago

What I have in mind is the use multiple instances of the separator to indicate the level of the substep. This is similar to how headers are identified in markdown:

$ sw step 'A~B~~B1~~B2~C~~C1~~C2'
1. A

   - B
     - B1
     - B2
   - C
     - C1
     - C2