Method: FunctionsFramework::CLI#complete

Defined in:
lib/functions_framework/cli.rb

#completeObject

Finish the CLI, displaying any error status and exiting with the current exit code. Never returns.



184
185
186
187
# File 'lib/functions_framework/cli.rb', line 184

def complete
  warn @error_message if @error_message
  exit @exit_code
end