## Environment * OS Version: Ubuntu24.04 * Source or binary build? source , gz-msgs11 ## Description * Expected behavior: use `gz msg -i gz.msgs.Twist` and get information correctly * Actual behavior: can not get information ## Steps to reproduce <!-- Provide steps so we can try to reproduce this issue --> 1. gz msg -i gz.msgs.Twist ## Output ``` --info: 1 required TEXT missing Run with --help for more information. ``` when I use `gz msg -igz.msgs.Twist` to get information , it can work. After I try to locate it , it may be caused by the CLI verison is too low.