lib/pennyworth/cli/shell.rb in pennyworth-13.1.0 vs lib/pennyworth/cli/shell.rb in pennyworth-13.2.0
- old
+ new
@@ -8,10 +8,11 @@
:config,
:encodings,
:git_hub,
:http_statuses,
:ruby_gems,
+ :standard_errors,
:system_errors,
:system_signals,
:text,
:specification,
:logger
@@ -40,11 +41,12 @@
git_hub.call "orgs/#{configuration.git_hub_organization}/repos"
in action_git_hub: :user then git_hub.call "users/#{configuration.git_hub_user}/repos"
in action_http_statuses: true then http_statuses.call
in action_ruby_gems: true
ruby_gems.call "owners/#{configuration.ruby_gems_owner}/gems.json"
- in action_system_signals: true then system_signals.call
+ in action_standard_errors: true then standard_errors.call
in action_system_errors: true then system_errors.call
+ in action_system_signals: true then system_signals.call
in action_text: String => content then text.call content
in action_version: true then logger.info { specification.labeled_version }
else logger.any { parser.to_s }
end
end