no, it's a mirror and working
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
All Stories
May 30 2019
perfect, me too
it might not be as important as I think, the tool really only runs through once so as long as they share the loading and parsing code there is no need to load it at the start. just on demand and only if needed
I will ping you if I need some help for sure. We may be able to share some code now that I'm moving most of the cli into a package separate from the binary.
@robjloranger We should leverage the changes made by abhinav in PR #19 to implement this. Most of the work will probably be in moving things around to fit our new structure where everything is broken up.
most shared options are now all under the config sub package.
Nice! That's great.
I totally missed this comment, I've got it all done. Except nice formatting and concatenating the content.
I found a way to pass information down the stack with the cli.Context.
re: question about default
May 29 2019
May 28 2019
May 27 2019
May 26 2019
May 25 2019
May 24 2019
May 23 2019
May 22 2019
May 21 2019
Not sure if this is necessary -- disregard for now.