fish plugin: Split long line

This commit is contained in:
Jaime Marquínez Ferrándiz 2022-02-16 08:15:30 +01:00
parent 8e5156d01c
commit 40fcb25221

View file

@ -85,7 +85,8 @@ class FishPlugin(BeetsPlugin):
'-o',
'--output',
default=None,
help='save the script to a specific file, by default it will be saved to ~/.config/fish/completions')
help='save the script to a specific file, by default it will be'
'saved to ~/.config/fish/completions')
return [cmd]
def run(self, lib, opts, args):