view_marker

> initialize() { > version=“<%= version %>” > long_usage='' > {{ Settings.strict_string }}

if root_command?

> 
= render(:environment_variables_default).indent 2

end

if user_file_exist?('initialize')

> 
= load_user_file('initialize').indent 2

end

> } >