goharbor / harbor-cli

[Sandbox] Official Harbor CLI
Apache License 2.0
31 stars 37 forks source link

Add multiple TUI selection as a base component. #107

Open bupd opened 2 months ago

bupd commented 2 months ago

Overview:

To add the multiple TUI selection as a base component in separate PR. which can be used by multiple commands that support multiple selection and their associated action. with that we can mimic the behavior of multiple select and action in TUI.

Originally posted by @bupd in https://github.com/goharbor/harbor-cli/issues/80#issuecomment-2140897420

bupd commented 2 months ago

Adding PR #101 will add the multiple selection component. which then we use in other commands which require multiple selection and action.