Re-work the way additional commands work
71 opened this issue · 0 comments
71 commented
Additional commands work reasonably well with the commands
function. But problems arise when arguments are given to additional commands, in which case Dance has to guess to which function each argument goes. Additional commands (and potentially the commands
function) should be modified to explicitly state where each argument goes.