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
Hi,
I have developed my CLI and locally everything is ok. Now I would like to deploy it via docker container. However, I can't get the .rc file for auto-complete to work (I don't want to source file.rc every time inside the container). Do you have experience with this?
System Information
Cement Version: Cement Framework 3.0.6
Python Version: Python 3.9.10
Operating System and Version: Platform Linux-5.13.0-1028-oem-x86_64-with
Hi,
I have developed my CLI and locally everything is ok. Now I would like to deploy it via docker container. However, I can't get the .rc file for auto-complete to work (I don't want to source file.rc every time inside the container). Do you have experience with this?
System Information
Example
Docker file:
I started the container like this:
But autocomplete is not active. I have to manually launch:
$ source src/file.rc
This mechanism is not the best in the usability of the application. Suggestions?
Thanks in advance
The text was updated successfully, but these errors were encountered: