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
Running $ ghat without any sources should cause any existing templates to be updated. The update command for each is included in full in the header of each file. I think it can just load every file, parse the command, deduplicate any commands (because a command can generate multiple files, and then run them in parallel by calling itself)
This would enable users to update the templates by just calling ghat, without specifying each one separately.
The text was updated successfully, but these errors were encountered:
Running
$ ghat
without any sources should cause any existing templates to be updated. The update command for each is included in full in the header of each file. I think it can just load every file, parse the command, deduplicate any commands (because a command can generate multiple files, and then run them in parallel by calling itself)This would enable users to update the templates by just calling
ghat
, without specifying each one separately.The text was updated successfully, but these errors were encountered: