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

2 Commits

Author SHA1 Message Date
Rob Loranger
9266f66221
revert global flag change
I had changed the global flags variable to only be those that are global
this broke some compatibility with piping from stdout into the binary.

also:
- binary specific configuration details have moved into the same map but
in main.go. only the configDir is OS dependent.
- a new key in the map is for the version so each binary can have their
own
2019-06-18 14:56:47 -07:00
Rob Loranger
ece87e9133
add new wf binary for community instances
this creates a second binary, wf, which will have additonal
functionality for hosts other than write.as.

also moves global flags into their own slice in new file

adds `host, H` global flag

inlcudes gitignore for binary
2019-06-18 14:56:34 -07:00