-
Notifications
You must be signed in to change notification settings - Fork 298
Open
Description
It sometimes takes a lot of command calls to construct 1 item. Wouldn't it be convenient if the method looked more like:
def add_item(self, label, *s):
self.append(Command("item", options=label))
self.extend(s)I could issue a PR if this makes sense.
Doesn't break backwards compatibility.
Metadata
Metadata
Assignees
Labels
No labels