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

Support for collection properties #12

Open
ModernRonin opened this issue Oct 16, 2020 · 0 comments
Open

Support for collection properties #12

ModernRonin opened this issue Oct 16, 2020 · 0 comments
Labels
enhancement New feature or request needs-design this needs a proper design before further consideration

Comments

@ModernRonin
Copy link
Owner

Main question is how:

  • by repeating the same option multiple times (PRO: is used by some tools, relatively simple to implement; CON: cumbersome to use, results in long command-lines)
  • with a configurable list-parameter (PRO: also used by some tools, comfortable user-experience; CON: list-separator needs to be escaped which leads to double-escape, how does this play with index-based inputs (no parameter names)
@ModernRonin ModernRonin added enhancement New feature or request needs-design this needs a proper design before further consideration labels Oct 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request needs-design this needs a proper design before further consideration
Projects
None yet
Development

No branches or pull requests

1 participant