Skip to content
andubadea edited this page Jul 1, 2021 · 2 revisions

IMPL: Impl

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.

Back to command reference.

Clone this wiki locally