Add fish shell completions support (#686).
Merge pull request #70 from isaec/feat/fish-completions
This commit is contained in:
commit
4aae7968b8
8 changed files with 342 additions and 11 deletions
|
|
@ -3,3 +3,7 @@ from borgmatic.commands import completion as module
|
|||
|
||||
def test_bash_completion_does_not_raise():
|
||||
assert module.bash_completion()
|
||||
|
||||
|
||||
def test_fish_completion_does_not_raise():
|
||||
assert module.fish_completion()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue