Excellent 😃
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
All Stories
May 30 2019
I think I like the full local / remote word for now; it's clear and saves me from looking up what letters mean in the user guide.
so the current implementation I have gets the local posts and then the remote.
perhaps not, of course generally speaking they should always return their errors.
in v2 branch
this needs to be updated in both:
- collection_test.go
- TestGetCollectionPosts
- TestGetCollectionPost
- post_test.go
- TestCreatePost
- ExampleClient_CreatePost
wrong password 😵
In T594#9289, @robjloranger wrote:this will be set on the writefreely cli, the writeas cli will retain the original .writeas directory
resolved in
Paying attention to this, since I'm likely to wind up using these config files in T571 as well. Let me know if I can contribute.
I was also going to add a flag like detail, d to include more output like the excerpt and collection.
resolved in https://github.com/writeas/writeas-cli/pull/27
resolved in https://github.com/writeas/writeas-cli/pull/27
found a cool little library for neat tabbed columns
this will be set on the writefreely cli, the writeas cli will retain the original .writeas directory
no, it's a mirror and working
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.