fastlane/lib/fastlane/actions/prompt.rb in fastlane-2.94.0.beta.20180425050017 vs fastlane/lib/fastlane/actions/prompt.rb in fastlane-2.94.0.beta.20180426050049
- old
+ new
@@ -32,11 +32,11 @@
"Ask the user for a value or for confirmation"
end
def self.details
[
- "You can use `prompt` to ask the user for a value or to just let the user confirm the next step",
- "When this is executed on a CI service, the passed `ci_input` value will be returned",
+ "You can use `prompt` to ask the user for a value or to just let the user confirm the next step.",
+ "When this is executed on a CI service, the passed `ci_input` value will be returned.",
"This action also supports multi-line inputs using the `multi_line_end_keyword` option."
].join("\n")
end
def self.available_options