08:46:22 Hi. I am using zsh on my OmniOS instance, but it doesn't fully supports autocompletion for "zadm". I get autocompletion for the zone-names for the zlogin command, but autocompletion / auto-suggestion doesn't works for zadm like "zadm reboot zonename". 08:46:44 I am wondering how this suggestion/completion works, so I can add support for this use case. 08:46:51 Please let me know if you have any idea. 11:30:21 szilard: I never edited this myself, but you might have a look at this example: 11:31:30 cat /usr/share/zsh/5.8/functions/Completion/Solaris/_zoneadm and on your system looks for _zadm 11:32:48 ) 13:19:21 It would definitely be good to teach zsh about zadm. zadm is written in perl and there might be perl modules that can generate autocomplete files, otherwise we can certainly ship a _zadm if somebody contributes it.