Pass EnvVar-Result to configured servers calculator #32

Open
opened 2025-02-05 20:22:38 +01:00 by Mr_Steppy · 0 comments
Owner

Currently the provider for configured servers holds a reference to a method to get the servers from env. This is bad because it creates a permanent borrow of self.

Instead pre-grab the environment variable and process the result in the calculator - no self reference required.

Currently the provider for configured servers holds a reference to a method to get the servers from env. This is bad because it creates a permanent borrow of self. Instead pre-grab the environment variable and process the result in the calculator - no self reference required.
Mr_Steppy added the
Enhancement
label 2025-02-05 20:22:38 +01:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Mr_Steppy/multi-ssh#32
No description provided.