* Moving final return outside of if-else * Removing type declarations that Go can infer from values * Cleaning up some existing comments * Changing snake_case variables to camelCase
* Create command_win.go and command_notwin.go for windows only code * Move call to mousetrap hook into separate preExecHook() function