alces-software / adminware

A sandbox CLI for running commands remotely across nodes
1 stars 0 forks source link

Feat/view family #129

Closed DavidMarchant closed 5 years ago

DavidMarchant commented 5 years ago

Implementing a view family command Takes an argument of a family & returns that famiy's members

Made formatting match with view families

Also noted an issue with how the families were being ordered so that was fixed too

WilliamMcCumstie commented 5 years ago

I'm a little confused about what is going on in the code. Is there a reason why we need so many decorator and iterator functions?

Can we not have a single print_family_details method which is either ran once or in a for loop?

WilliamMcCumstie commented 5 years ago

This PR is no longer compatible due to changes in the above PR. Please see issue #138 for details.