Method: FunctionsFramework::CLI#complete
- Defined in:
- lib/functions_framework/cli.rb
#complete ⇒ Object
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 if exit @exit_code end |