(with-current-buffer output-buffer (buffer-string))
)
)
- :description "Patch files in the working directory. A patch should only have one hunk; if multiple hunks are required, generate multiple patches. If the patch fails to apply, generate a new patch and try again."
+ :description "Patch files in the working directory. A patch should only have one hunk; if multiple hunks are required, generate multiple patches. If the patch fails to apply, generate a new patch and try again. Remember that a patch should always end with a newline"
:args (list '(:name "workingdirectory"
:type string
:description "The project's directory to change to before running the command. Defaults to '.'"