Use picocli for parsing action parameters #602
Labels
effort:medium
Medium effort needed to implement/fix
enhancement
New feature or request
fcli-actions
prio:medium
Medium priority
Enhancement Request
Fcli actions currently use a custom mechanism for parsing action command-line arguments, handling parameter errors, and generating usage help. It would be great if we can re-use picocli functionality to handle these things, providing much better consistency with regular fcli commands:
FCLI_DEFAULT_*
environment variables for action parametersfcli * action asciidoc
commandsMore research is needed to see whether this is viable and how to best implement this, but a partial implementation is readily available at https://github.com/fortify/fcli/tree/actions-picocli
The text was updated successfully, but these errors were encountered: