Fix completions/tox

This commit is contained in:
Ryuhei Yoshida
2022-09-26 16:04:37 +09:00
committed by Fabian Boehm
parent 4b9c7fa534
commit 51177ef0ae

View File

@@ -1,4 +1,4 @@
function ___fish_toxenvs
function __fish_toxenvs
echo ALL
tox --listenvs-all 2>/dev/null
end