fastlane/lib/assets/ActionDetails.md.erb in fastlane-2.82.0.beta.20180222010003 vs fastlane/lib/assets/ActionDetails.md.erb in fastlane-2.82.0.beta.20180223010003
- old
+ new
@@ -42,13 +42,12 @@
Key | Description | Default
----|-------------|--------
<%- (action.available_options || []).each do |config_item| -%>
<%- next unless config_item.kind_of?(FastlaneCore::ConfigItem) -%>
<%- next if config_item.description.to_s.length == 0 -%>
- `<%= config_item.key %>` | <%= config_item.description %> | <%= config_item.default_value.nil? ? "-" : (config_item.default_value_dynamic ? "*" : config_item.default_value) %>
+ `<%= config_item.key %>` | <%= config_item.description %> | <%= config_item.doc_default_value %>
<%- end %>
-_- = this parameter doesn't have a default value_<br/>
-_* = this default value is dependent on the user's system_
+<em id="dynamic">* = default value is dependent on the user's system</em>
<% end %><%# End of action.available_options... %>
<hr />
To show the documentation in your terminal, run
```no-highlight