mirror of
https://github.com/beetbox/beets.git
synced 2026-01-30 12:02:41 +01:00
fish plugin: Split long line
This commit is contained in:
parent
8e5156d01c
commit
40fcb25221
1 changed files with 2 additions and 1 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Reference in a new issue