mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-31 06:18:17 +00:00
Move completion package into cli
This commit is contained in:
parent
3662efdf80
commit
97acb60981
13 changed files with 53 additions and 47 deletions
|
|
@ -361,7 +361,7 @@ func add_rc_global_opts(cmd *cli.Command) {{
|
|||
def update_completion() -> None:
|
||||
orig = sys.stdout
|
||||
try:
|
||||
with replace_if_needed('tools/completion/kitty_generated.go') as f:
|
||||
with replace_if_needed('tools/cli/completion/kitty_generated.go') as f:
|
||||
sys.stdout = f
|
||||
generate_completions_for_kitty()
|
||||
finally:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue