1
0
mirror of https://github.com/writeas/writeas-cli synced 2025-07-26 23:08:16 +00:00
Commit Graph

3 Commits

Author SHA1 Message Date
a53cbb16b5 Show correct executable name in user messages 2019-07-21 10:26:57 -04:00
Rob Loranger
a993f00846
ref T594 allow configurable config directory
this adds a configurable directory, currently within the users path for
the configuration, user and post data to be saved.

it is accessible down the stack of the application via the cli.Context,
specificaly c.App.ExtraData which is a function that returns a map of
[string]string under the key 'configDir".
2019-05-29 12:14:07 -07:00
Rob Loranger
f227faa5dc
Closes T592 T593 T597 splits code into packages
this splits everything out into shared packages

- user config and application config share a package for now
- sync is part of the api package which includes the client, posts and
tor logic
- logging is it's own package
- commands are in their own package
2019-05-29 11:43:00 -07:00