mysos
mysos copied to clipboard
Move off twitter.common.app and use conventional main methods and optparse
Using twitter.common.app
package is a bit awkward with setuptools. main()
methods have to be wrapped in a proxy_main()
.
An alternative is to use click instead of using optparse.
arbitrary nesting of commands
I like that! Thanks for the suggestion.