Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

I don't think so. It's based on argparse, while Click uses optparse.

Gooey works with Fire, though.



Does it? I haven't been able to get it to work correctly with Fire.

    @Gooey()
    def main():
        fire.Fire()

    def hello(name="World"):
        return "Hello %s!" % name

    if __name__ == "__main__":
        main()
It just runs Fire instead of launching Gooey. I've tried quite a few other things re: getting Fire to work with Gooey but nothing seems to have an effect




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: