rsconnect-python
rsconnect-python copied to clipboard
File completion isn't available
https://github.com/pallets/click/issues/780
https://github.com/pallets/click/pull/782
This is an outstanding issue in click for a number of years. We might be able to make a custom completer to work around the lack of support in click.
The completion system has now been redesigned: https://github.com/pallets/click/pull/1622