You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you use the --overwrite flag in a factotum dot command, you get a confusing error if the file does not exist yet.
It would be better if the flag overwrites the file if it already exists and creates it if not.
For now, this flag seems pretty useless as you have to check if the file already exist to know if you need to apply the flag.