mysos icon indicating copy to clipboard operation
mysos copied to clipboard

Move off twitter.common.app and use conventional main methods and optparse

Open xujyan opened this issue 9 years ago • 2 comments

Using twitter.common.app package is a bit awkward with setuptools. main() methods have to be wrapped in a proxy_main().

xujyan avatar Apr 28 '15 18:04 xujyan

An alternative is to use click instead of using optparse.

zmanji avatar May 07 '15 19:05 zmanji

arbitrary nesting of commands

I like that! Thanks for the suggestion.

xujyan avatar May 07 '15 19:05 xujyan