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
// TODO: intelligently order filePaths to remove
// all instances of a templ before removing the templ
We should document this intended functionality in the CLI help message, as well as figure out how exactly we want to go about doing this-- should it be that if you rm a template that other templates are based on, you rm those child templates?
With git, you can run
git rm -rf <dir>
to remove a directory, but this fails with cfg.The text was updated successfully, but these errors were encountered: