dasheets
dasheets copied to clipboard
Support for multiple commands within an entry
I think it would be useful to allow more than 1 command for each entry. This would be useful for those cases when one action can be performed using more than 1 command.
Ideally, the format would be:
entry do
command 'command 1'
command 'command 2'
name 'name'
notes 'notes'
end
Can this be added?