Commit Graph
4 Commits
Author SHA1 Message Date
dc301e47e0 extract act options from cli command (#117)
* extract act options from cli command

* remove special options handled by the tree view

* Refactor logic to get act options (#1)

* Refactor get options logic
* Remove bool type options from having descriptions
* Force option description to be uppercase

Signed-off-by: Sanjula Ganepola <sanjulagane@gmail.com>

* disable generic early exit options as well

* filter out stringArray default value

* this removes default values like `[]` regardless if they are sent

* fix quote consitency

---------

Signed-off-by: Sanjula Ganepola <sanjulagane@gmail.com>
Co-authored-by: Sanjula Ganepola <32170854+SanjulaGanepola@users.noreply.github.com>
2025-01-18 17:43:31 -05:00
Christopher Homberger d78e1c19fe buffer last line without new line end 2024-12-01 12:00:27 +01:00
Christopher Homberger 6631a00fb5 step ids are strings 2024-11-30 20:03:33 +01:00
ChristopherHXandGitHub ee9186c0f4 Suggest .vars instead of .env
Those are not used for the same purpose.

--env-file is used for `${{env.NAME}}`
--var-file is used for `${{vars.NAME}}`
2024-11-27 17:37:14 +01:00