output var not used?

hi folks, I was looking at the nxos_command module here

https://github.com/ansible/ansible-modules-core/blob/6890003c4f8dcd8f63a5b280211068cfaf1dcc35/network/nxos/nxos_command.py#L245

and noticed it used a cmd.get(‘output’) method in a get_command() method

but when I looked at the the source for get_command(), which takes an “output” argument, I noticed it doesn’t appear to be used anywhere in that method

https://github.com/ansible/ansible/blob/devel/lib/ansible/module_utils/netcli.py#L151

Am I reading that right?

thanks,
tim