Cleaning up program UX

- Remove toggle flag
- Update version message
- Update README.md with new changes
This commit is contained in:
Kris Nova
2017-12-09 06:56:16 -06:00
parent ce1cb7f055
commit 9e31a727a6
3 changed files with 4 additions and 10 deletions

View File

@@ -81,7 +81,7 @@ func init() {
// Cobra also supports local flags, which will only run
// when this action is called directly.
RootCmd.Flags().BoolP("toggle", "t", false, "Help message for toggle")
// RootCmd.Flags().BoolP("toggle", "t", false, "Help message for toggle")
}
// initConfig reads in config file and ENV variables if set.