Maybe I'm misunderstanding something. I have this at the top of my [`init.lua`](https://github.com/ahmedelgabri/dotfiles/blob/8d7fc3e20c38473e0ca51f2f396a0eb39e463915/config/.hammerspoon/init.lua#L3-L4), but the CLI history is never saved, not sure what am I doing wrong here? ```lua hs.ipc.cliInstall() -- Ensure the IPC command line client is available hs.ipc.cliSaveHistory(true) -- save CLI history ```