This website requires JavaScript.
Explore
Help
Sign In
writeas
/
writeas-cli
Watch
1
Star
0
Fork
0
You've already forked writeas-cli
mirror of
https://github.com/writeas/writeas-cli
synced
2025-07-26 23:08:16 +00:00
Code
Issues
Releases
Activity
master
writeas-cli
/
cmd
/
wf
/
config_nix.go
6 lines
67 B
Go
Raw
Permalink
Normal View
History
Unescape
Escape
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-07 20:19:44 +00:00
// +build !windows
package
main
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-11 23:26:32 +00:00
const
configDir
=
".writefreely"
Reference in New Issue
Copy Permalink