cmake-action/src
Alfi Maulana 8f79315420
feat: add function for parsing arguments with quotes (#532)
* feat: add `parse` function

Signed-off-by: Alfi Maulana <alfi.maulana.f@gmail.com>

* chore: remoev unused shell-quote from dependencies

Signed-off-by: Alfi Maulana <alfi.maulana.f@gmail.com>

* test: update `context.test.ts` test

Signed-off-by: Alfi Maulana <alfi.maulana.f@gmail.com>

---------

Signed-off-by: Alfi Maulana <alfi.maulana.f@gmail.com>
2024-11-26 18:43:30 +08:00
..
action.ts feat: use asynchronous version of the exec file function (#522) 2024-11-21 22:16:53 +07:00
cmake.test.ts feat: use asynchronous version of the exec file function (#522) 2024-11-21 22:16:53 +07:00
cmake.ts feat: use asynchronous version of the exec file function (#522) 2024-11-21 22:16:53 +07:00
context.test.ts feat: add function for parsing arguments with quotes (#532) 2024-11-26 18:43:30 +08:00
context.ts feat: add function for parsing arguments with quotes (#532) 2024-11-26 18:43:30 +08:00
exec.test.ts feat: log executed command (#524) 2024-11-24 23:34:31 +08:00
exec.ts feat: log executed command (#524) 2024-11-24 23:34:31 +08:00
utils.ts feat: add function for parsing arguments with quotes (#532) 2024-11-26 18:43:30 +08:00