You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run dodal connect --help I am told I should be able to run dodal connect --all to try and connect to all known beamlines. However, when I try this I get Error: Missing argument '{i04|i24|b01_1|s03|i03|i04-1|i04_1|i13-1|i13_1|i20-1|i20_1|i23|p99|p49|p46|training_rig|p48|p47|i22|p38|p45}'.
Acceptance Criteria
dodal connect --all and dodal connect -a work as expected
The text was updated successfully, but these errors were encountered:
dodal connect --all isn't actually intended to connect to all beamlines. Instead it connects to devices in the named beamline that are ordinarily skipped due to decorators.
When I run
dodal connect --help
I am told I should be able to rundodal connect --all
to try and connect to all known beamlines. However, when I try this I getError: Missing argument '{i04|i24|b01_1|s03|i03|i04-1|i04_1|i13-1|i13_1|i20-1|i20_1|i23|p99|p49|p46|training_rig|p48|p47|i22|p38|p45}'
.Acceptance Criteria
dodal connect --all
anddodal connect -a
work as expectedThe text was updated successfully, but these errors were encountered: