mirror of https://github.com/databricks/cli.git
65f4aad87c
## 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 |
||
---|---|---|
.. | ||
cat.go | ||
cp.go | ||
events.go | ||
fs.go | ||
helpers.go | ||
helpers_test.go | ||
ls.go | ||
mkdir.go | ||
rm.go |