chore(duo): remove ask deprecation notice
Summary
Keep glab duo ask hidden (already was) but drop the deprecation message and scheduled removal date. The command remains functional — we're no longer planning to remove it, we just don't advertise it in docs or help.
Changes
internal/commands/duo/ask/ask.go— drop theDeprecated:field onduoAskCmd; keepHidden: true.internal/commands/duo/ask/ask_test.go— trim theTestAskCmdskip message to just the flakiness reason (the removal-date reference is gone).
Verification
make gen-docs— no drift (docs already omittedaskbecause it was hidden).go test ./internal/commands/duo/ask/...— passes../bin/glab duo ask --help— command still functional, no deprecation banner../bin/glab duo --help— onlyclilisted under COMMANDS;askstays hidden.
Test plan
-
glab duo ask "how do I undo my last commit"still returns commands (no deprecation warning printed). -
glab duo --helpdoes not listask. -
glab duo ask --helpstill shows usage.
Edited by Kai Armstrong