Sha256: 25dd5218c7d8b458760be0ded1d1519e2ce57d1c2977b56c5bca84f0c2bc0e89

Contents?: true

Size: 746 Bytes

Versions: 11

Compression:

Stored size: 746 Bytes

Contents

Rbcli::Configurate.me do
	####
	# General Configuration
	###
	# Here you will find the general configuration options for RBCli.
	###

	## Description -- (Required) -- A description that will appear when the user looks at the help with -h.
	# This should describe what the application does, and if applicable, give some common usage examples.
	# It can be as long as needed. Use a heredoc if desired: <<-EOF TextGoesHere EOF
	description  %q{<%= @vars[:description] %>}

	## Remote Exection -- (Optional) -- Enables executing commands on remote machines via SSH
	# For any command that you would like to enable remote_execution for, you shoud also
	# put the 'remote_permitted' directive in its declaration.
	remote_execution permitted: false
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
rbcli-0.2.12 skeletons/project/config/general.rb
rbcli-0.2.11 skeletons/project/config/general.rb
rbcli-0.2.10 skeletons/project/config/general.rb
rbcli-0.2.9 skeletons/project/config/general.rb
rbcli-0.2.8 skeletons/project/config/general.rb
rbcli-0.2.7 skeletons/project/config/general.rb
rbcli-0.2.6 skeletons/project/config/general.rb
rbcli-0.2.5 skeletons/project/config/general.rb
rbcli-0.2.4 skeletons/project/config/general.rb
rbcli-0.2.2 skeletons/project/config/general.rb
rbcli-0.2.1 skeletons/project/config/general.rb