completion

How to get all fish shell commands from a python script?

How to get all fish shell commands from a python script? Question: When I run complete -C from my regular terminal fish shell I get a list of ~4k commands, which is great. I want this to happen from my python script. I have the following but it doesn’t work: command = "fish -c ‘complete …

Total answers: 3