kalekundert / stepwise

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

Simplify the arguments to load() #25

Closed kalekundert closed 4 years ago

kalekundert commented 4 years ago

The current arguments (tag, args) aren't intuitive. I feel like the argument should either be (i) a single string, which would be split by shlex.split(), or (ii) a list or arguments, which might make it easier in some cases to use local variables as arguments.

kalekundert commented 4 years ago

Fixed by bec838a