feat: Support completion poetry
This commit is contained in:
parent
058c4f473c
commit
18ce1f6d7e
6
completion.d/poetry
Normal file
6
completion.d/poetry
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
if ( command -v poetry &> /dev/null )
|
||||||
|
then
|
||||||
|
source <(poetry completions bash)
|
||||||
|
fi
|
Loading…
Reference in New Issue
Block a user