DannyBen/bashly

View on GitHub
lib/bashly/views/command/usage_environment_variables.gtx

Summary

Maintainability
Test Coverage
= view_marker

> printf "%s\n" "{{ strings[:environment_variables].color(:caption) }}"
> 

public_environment_variables.each do |env_var|
  = env_var.render :usage
end

>