AwK
AwK
# Feature - `grc` will submit with an implicit `GPG` signature. This feature does not require configuration. (Close #52)
Thank you for this great project :) I wrote an interactive cli program. I want to do unit tests for some of these input actions to try to improve my...
`pTask->get_Actions(&pActionCollection);` 处的报错信息: 从 `ExitOnFailure(hr, "Cannot get Task collection pointer: %x", hr);` 修改为: `ExitOnFailure(hr, "Cannot get Action collection pointer: %x", hr);`