mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-06 09:20:57 +01:00
flake8 fix
This commit is contained in:
parent
3c0c98a0e2
commit
a910c70d90
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@ $_func {cmd} {prefix} {prev}
|
|||
for ((i=0;i<${{#COMPREPLY[*]}};i++)) do echo ${{COMPREPLY[i]}}; done
|
||||
"""
|
||||
|
||||
|
||||
def complete_from_bash(prefix, line, begidx, endidx, ctx):
|
||||
"""Completes based on results from BASH completion."""
|
||||
sources = _collect_completions_sources()
|
||||
|
|
Loading…
Add table
Reference in a new issue