[rbtools_commands]
status = rbtools.commands.status:Status
publish = rbtools.commands.publish:Publish
patch = rbtools.commands.patch:Patch
attach = rbtools.commands.attach:Attach
close = rbtools.commands.close:Close
diff = rbtools.commands.diff:Diff
post = rbtools.commands.post:Post

[console_scripts]
post-review = rbtools.postreview:main
rbt = rbtools.commands.main:main

