We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72192f3 commit c7b3257Copy full SHA for c7b3257
lib/skunk/cli/application.rb
@@ -24,7 +24,6 @@ def execute
24
parsed_options = @options.parse.to_h
25
reporter = Skunk::Cli::CommandFactory.create(parsed_options).execute
26
print(reporter.status_message)
27
- @options.output_stream.flush
28
reporter.status
29
rescue OptionParser::InvalidOption => error
30
warn "Error: #{error}"
0 commit comments