Project

General

Profile

« Previous | Next » 

Revision 97760408

Added by Bryan Kearney about 10 years ago

Pattern is commnad-name not command_name.

View differences:

lib/hammer_cli_katello/product.rb
identifiers :id, :sync_plan_id
desc _("Assign sync plan to product.")
command_name "set_sync_plan"
command_name "set-sync-plan"
success_message _("Synchronization plan assigned.")
failure_message _("Could not assign synchronization plan.")
......
identifiers :id, :sync_plan_id
desc _("Delete assignment sync plan and product.")
command_name "remove_sync_plan"
command_name "remove-sync-plan"
success_message _("Synchronization plan removed.")
failure_message _("Could not remove synchronization plan.")

Also available in: Unified diff