chore(duo): hide and deprecate 'glab duo ask' command
Summary
- Marks
glab duo askas deprecated using Cobra's.Deprecatedfield, which automatically prints a warning on every invocation - Sets
.Hidden = trueso the command no longer appears in help output - Deprecation message directs users to
glab duo cliwith a removal date of 2026-07-26
Follows the same pattern used for glab pipeline ci → glab ci.
References gitlab#597732
Test plan
- Run
glab duo ask how do I undo my last commit— verify deprecation warning is printed before output - Run
glab duo --help— verifyaskno longer appears in the command list
Edited by Kai Armstrong