1
0
mirror of https://github.com/writeas/writeas-cli synced 2025-07-26 23:08:16 +00:00
writeas-cli/cmd/wf/config_nix.go
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

6 lines
67 B
Go

// +build !windows
package main
const configDir = ".writefreely"