-
Notifications
You must be signed in to change notification settings - Fork 249
IMPL
andubadea edited this page Jul 1, 2021
·
2 revisions
Command to implement plugins for any replaceable class in Bluesky. Note that classes need to have the replaceable = True
attribute.
Usage:
IMPL base, implementation
Arguments:
Name | Type | Required | Description |
---|---|---|---|
base | txt | yes | Base class in Bluesky |
implementation | txt | yes | Implementation (plugin) to replace base class. |