]
David virgil naranjo resolved SRAMP-418.
----------------------------------------
Resolution: Done
Shell tab completion for archive commands
-----------------------------------------
Key: SRAMP-418
URL:
https://issues.jboss.org/browse/SRAMP-418
Project: S-RAMP
Issue Type: Feature Request
Security Level: Public(Everyone can see)
Components: Shell
Reporter: Eric Wittmann
Assignee: David virgil naranjo
Fix For: 0.6.0 - Future
We have a set of shell commands in the archive: namespace which manipulate s-ramp
archives (basically zip files). These commands don't support tab completion very
well. We should evaluate each command and see how we can create completers for each
parameter.
For example - we could have a completer for any "path within the archive"
arguments. There is an archive in scope and we could use the directory ZipEntries in that
archive to provide intelligent completions.