This commit is contained in:
David Dworken 2022-11-19 09:41:47 -08:00
parent 97d7c7e310
commit 31cea94096
No known key found for this signature in database

View File

@ -86,3 +86,5 @@ func init() {
offlineInit = initCmd.Flags().Bool("offline", false, "Install hiSHtory in offline mode wiht all syncing capabilities disabled")
offlineInstall = installCmd.Flags().Bool("offline", false, "Install hiSHtory in offline mode wiht all syncing capabilities disabled")
}
// TODO: warn people if they're using bash 3.2 or less