David Bieber

Results 202 comments of David Bieber

Quick solution: If you call `Fire(Example())` instead of `Fire(Example)` I think you'll get the behavior you want. The reason this happens is that when you call `Fire(Example)` and run `--help`...

Thanks for the PR @jbcdnr. It may be a bit before I have a chance to look this over properly. I'll let you know once I do.

@stevenhill1 I fixed this for myself over at https://github.com/dbieber/roam2github In addition to the code changes, I've also set these env variables: ``` BACKUP_JSON: true BACKUP_EDN: true BACKUP_MARKDOWN: true BACKUP_FLAT_MARKDOWN: false...

@everruler12 I've gone ahead and opened a PR to upstream the changes, but obv feel free to disregard since I know you're not maintaining this project anymore. https://github.com/everruler12/roam2github/pull/23

We've switch to pyproject at last https://github.com/google/python-fire/pull/613, will distribute in next minor release

We'll release a wheel in the next release, with https://github.com/google/python-fire/pull/613