We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74bbcf0 commit 8820bbeCopy full SHA for 8820bbe
1 file changed
src/blueapi/cli/cli.py
@@ -337,7 +337,12 @@ def run_plan(
337
instrument_session: str,
338
parameters: TaskParameters,
339
) -> None:
340
- """Run a plan with parameters"""
+ """Run a plan with parameters
341
+
342
+ To run in the foreground and block until it is complete, stomp
343
+ configuration is required. Without stomp configuration, '--bg' can be used
344
+ to start a plan in the background.
345
+ """
346
347
client = cast(BlueapiClient, obj["client"])
348
task = TaskRequest(
0 commit comments