databricks-cli/libs/filer/completer
andersrexdb 65f4aad87c
Add command line autocomplete to the fs commands (#1622)
## Changes
This PR adds autocomplete for cat, cp, ls, mkdir and rm.

The new completer can do completion for any `Filer`. The command
completion for the `sync` command can be moved to use this general
completer as a follow-up.

## Tests
- Tested manually against a workspace
- Unit tests
2024-08-09 09:40:25 +00:00
..
completer.go Add command line autocomplete to the fs commands (#1622) 2024-08-09 09:40:25 +00:00
completer_test.go Add command line autocomplete to the fs commands (#1622) 2024-08-09 09:40:25 +00:00