I would like to append more parts to the existing command completion (do not have access to the first creation.)
the following does not work:
complete myscript.py `complete myscript.py` 'n,-t,(t1 t2),'
It adds extra ticks (') and the auto-complete is broken.
Would love to see a working example. Thanks!