Sha256: c80381884f0daa627f57f51e8d06588fe4208ff57619c37a0711ab9a25f451a9
Contents?: true
Size: 455 Bytes
Versions: 14
Compression:
Stored size: 455 Bytes
Contents
Rbcli::Configurate.hooks do #### # HOOKS ### # Here you can set hooks that will be run at specified points in the execution chain. # Global CLI options are made available to many of the hooks, but command parameters and lineitems are not. ### ## Post-Execution Hook -- (Optional) -- Allows providing a block of code that runs _after_ all commands post_hook do |opts| puts 'This is a post-command hook. It executes after the command.' end end
Version data entries
14 entries across 14 versions & 1 rubygems