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 --follow-neurons is the last argument, only followed by <NEURON_ID> of the neuron that is being managed, then the command line parser seems to interpret <NEURON_ID> as just another followee and complains that <NEURON_ID> is missing.
A work-around is to put --follow-topic between the followees and <NEURON_ID>.
The text was updated successfully, but these errors were encountered:
When
--follow-neurons
is the last argument, only followed by<NEURON_ID>
of the neuron that is being managed, then the command line parser seems to interpret<NEURON_ID>
as just another followee and complains that<NEURON_ID>
is missing.A work-around is to put
--follow-topic
between the followees and<NEURON_ID>
.The text was updated successfully, but these errors were encountered: