Sha256: 12aa2449bb790fd8278b4326957d11aeba6069ea865b88251b0e9e41aebae41f
Contents?: true
Size: 454 Bytes
Versions: 14
Compression:
Stored size: 454 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. ### ## Pre-Execution Hook -- (Optional) -- Allows providing a block of code that runs _before_ all commands pre_hook do |opts| puts 'This is a pre-command hook. It executes before the command.' end end
Version data entries
14 entries across 14 versions & 1 rubygems