@@ -381,20 +381,19 @@ Run a function locally for testing.
381381
382382```
383383USAGE
384- $ shopify app function run [--client-id <value> | -c <value>] [-e <value>] [-i <value>] [-b <value>] [-j]
385- [--no-color] [--path <value>] [--reset | ] [--verbose]
386-
387- FLAGS
388- -b, --invoked-by=<value> The client that invoked this command.
389- -c, --config=<value> The name of the app configuration.
390- -e, --export=<value> Name of the WebAssembly export to invoke.
391- -i, --input=<value> The input JSON to pass to the function. If omitted, standard input is used.
392- -j, --json Output the result as JSON.
393- --client-id=<value> The Client ID of your app.
394- --no-color Disable color output.
395- --path=<value> The path to your function directory.
396- --reset Reset all your settings.
397- --verbose Increase the verbosity of the output.
384+ $ shopify app function run [--client-id <value> | -c <value>] [-e <value>] [-i <value>] [-j] [--no-color] [--path
385+ <value>] [--reset | ] [--verbose]
386+
387+ FLAGS
388+ -c, --config=<value> The name of the app configuration.
389+ -e, --export=<value> Name of the WebAssembly export to invoke.
390+ -i, --input=<value> The input JSON to pass to the function. If omitted, standard input is used.
391+ -j, --json Output the result as JSON.
392+ --client-id=<value> The Client ID of your app.
393+ --no-color Disable color output.
394+ --path=<value> The path to your function directory.
395+ --reset Reset all your settings.
396+ --verbose Increase the verbosity of the output.
398397
399398DESCRIPTION
400399 Run a function locally for testing.
0 commit comments