Tadayoshi Sato created CAMEL-18716:
--------------------------------------
Summary: camel-jbang - Provide completion for positional file path
parameters
Key: CAMEL-18716
URL: https://issues.apache.org/jira/browse/CAMEL-18716
Project: Camel
Issue Type: New Feature
Components: camel-jbang
Affects Versions: 3.19.0
Reporter: Tadayoshi Sato
Assignee: Tadayoshi Sato
Shell completion is provided with CAMEL-18673, but file path completion for
positional parameters such as:
{code}
$ camel run [TAB]
$ camel pipe [TAB]
{code}
doesn't work, because it seems Picocli disables the default fallback Bash
completion.
To support such file path completion, it seems we need an enhancement to
Picocli:
https://github.com/remkop/picocli/issues/1871
--
This message was sent by Atlassian Jira
(v8.20.10#820010)