Feature #32568
Make cmd object be available in command extensions
Description
Command extensions have limitation in accessing actual command class they are being applied to; same for command objects. It would be nice to have a possibility to access them at least in DSL methods.
Associated revisions
History
#1
Updated by The Foreman Bot over 1 year ago
- Status changed from Assigned to Ready For Testing
- Pull request https://github.com/theforeman/hammer-cli/pull/343 added
#2
Updated by The Foreman Bot about 1 year ago
- Fixed in Releases hammer-cli-3.0.0 added
#3
Updated by Oleh Fedorenko about 1 year ago
- Status changed from Ready For Testing to Closed
Applied in changeset fb60f30c85b13bf1511bae4d6824b73048543cd3.
#4
Updated by Oleh Fedorenko about 1 year ago
- Fixed in Releases hammer-cli-2.5.1 added
Fixes #32568 - Make cmd object be available in command extensions