Hi,

I want to enhance the auto-completions for dnf. The first thing I want
to add is the command "copr"
copr is: dnf copr enable/disable copr-repo
I can do
complete -c -dnf -xa 'copr' --description 'Enable or disable copr
repos'

Then I can complete the copr. What would I need to do to add
"sub-commands" of copr, so that when there is:

"dnf copr" the next tab will list enable, disable, list etc  as
possibilities?

I guess adding auto-completions from a "search" like with
package-autocompletions is quite complicated, isn't it?

Niels

------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140
_______________________________________________
Fish-users mailing list
Fish-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fish-users

Reply via email to