You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cmd/viewcore: migrate from chzyer/readline to ergochat/readline
Replaced the readline module from github.com/chzyer/readline to github.com/ergochat/readline.
Key changes involve updating the auto-completion functionality and modifying the method calls to handle
the differences in the new readline API.
Details:
- Updated imports and removed old module dependencies.
- Replaced Terminal field references with Stdout method calls for shell output.
- Modified the cmdToCompleter function to adapt to the new PrefixCompleter structure.
- Ensured the completion tree is built using the new SetChildren and Children methods.
Signed-off-by: Mikel Olasagasti Uranga <[email protected]>
0 commit comments