Actions
Refactor #33225
closedChange the way an option is checked for deprecation
Difficulty:
Triaged:
No
Pull request:
Team Backlog:
Description
Currently we check whether we need to show a deprecation warning for an option through #handles? method [1]. This has a side-effect: whenever we call #find_option, internally it uses #handles? method, so whenever we're searching for an option we will print a deprecation warning if the option has one.
Updated by The Foreman Bot about 3 years ago
- Status changed from Assigned to Ready For Testing
- Pull request https://github.com/theforeman/hammer-cli/pull/351 added
Updated by The Foreman Bot about 3 years ago
- Fixed in Releases hammer-cli-3.1.0 added
Updated by Oleh Fedorenko about 3 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset 7f0e5338beb4e0645c5daed7f1963dc3e6c40425.
Actions