Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Filter tart list #299

Closed
tomjn opened this issue Nov 4, 2022 · 1 comment
Closed

Filter tart list #299

tomjn opened this issue Nov 4, 2022 · 1 comment

Comments

@tomjn
Copy link

tomjn commented Nov 4, 2022

Tart list currently displays both local and OCI:

      displayTable("local", try VMStorageLocal().list())
      displayTable("oci", try VMStorageOCI().list().map { (name, vmDir, _) in (name, vmDir) })

It should be possible to filter to show one or the other if desired

@edigaryev
Copy link
Collaborator

Resolved by #349.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants