Sha256: 0c8c19ff31f3e0a5be52d6df7bfb67ce0d98a8ad72eddde9f60f00a97a0d039c

Contents?: true

Size: 745 Bytes

Versions: 4

Compression:

Stored size: 745 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

4 entries across 4 versions & 1 rubygems

Version Path
rbcli-0.3.3 skeletons/project/config/general.rb
rbcli-0.3.2 skeletons/project/config/general.rb
rbcli-0.3.1 skeletons/project/config/general.rb
rbcli-0.3.0 skeletons/project/config/general.rb