kalekundert / stepwise

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

Match partial preset names #51

Open kalekundert opened 3 years ago

kalekundert commented 3 years ago

Basically I want to use the same function that matches protocol names for matching preset names. The one complication is that protocol names require a match in the last position, while preset names don't. So I'll need to implement and test that option.