fix(kugetsu): add KUGETSU_TEMP_DIR config and post-comment helper #132

Closed
shoko wants to merge 3 commits from fix/issue-45-pm-agent-temp-workaround into main
2 changed files with 4 additions and 0 deletions
Showing only changes of commit 8f3c14b2f6 - Show all commits

Submodule .kugetsu-worktrees/git.fbrns.co-shoko-jigaido-2 added at 332d7fc60a

View File

@@ -1872,6 +1872,9 @@ main() {
env)
cmd_env "$@"
;;
post-comment)
cmd_post_comment "$@"
;;
doctor)
cmd_doctor "$@"
;;