databricks / cli

Databricks CLI
Other
132 stars 50 forks source link

Add command line autocomplete to the fs commands #1622

Closed andersrexdb closed 1 month ago

andersrexdb commented 2 months ago

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

andrewnester commented 2 months ago

@shreyas-goenka could you TAL as well?