lablup / backend.ai

Backend.AI is a streamlined, container-based computing cluster platform that hosts popular computing/ML frameworks and diverse programming languages, with pluggable heterogeneous accelerator support including CUDA GPU, ROCm GPU, TPU, IPU and other NPUs.
https://www.backend.ai
GNU Lesser General Public License v3.0
517 stars 153 forks source link

Shell Auto-completion Support #92

Open achimnol opened 6 years ago

achimnol commented 6 years ago

Consider using argcomplete? Consider migrating to argh?

Internal ticket: OP#707

achimnol commented 5 years ago

Let's do this with click

achimnol commented 5 years ago

lablup/backend.ai-client-py#46 finished the click integration.

achimnol commented 5 years ago

Once lablup/backend.ai-client-py#48 is done, we could include the shell completion hooks in the debian package so that apt-installed users will get the auto-completion support automatically!

achimnol commented 4 years ago

Now #35 is done.

achimnol commented 4 years ago

Let's postpon this work to continue after pallets/click#1484 and pallets/click#1622 are complete.