collection

class runcommands.collection.Collection(commands)[source]

A collection of commands.

set_attrs(**attrs)[source]

Set the given attributes on all commands in collection.

set_default_args(default_args)[source]

Set default args for commands in collection.

Default args are used when the corresponding args aren’t passed on the command line or in a direct call.