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 899b07c1f4
commit 5c5e6adb9e
2 changed files with 3 additions and 8 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.