We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30f9d4a commit eba07a0Copy full SHA for eba07a0
bin/functions-framework
@@ -16,4 +16,7 @@
16
17
require "functions_framework/cli"
18
19
+puts "WARNING: The functions-framework executable is deprecated and will be"
20
+puts "removed in a future version. Please use functions-framework-ruby instead."
21
+
22
::FunctionsFramework::CLI.new.parse_args(::ARGV).run.complete
0 commit comments