What's Changed
- [ Task ] Support multiple arguments, and packages with multiple binaries by @ProjektGopher in #2
Adds a select prompt in cases where a package ships with multiple binaries.
Adds a bin option to the command to specify a binary instead and skip the prompt.
Allows multiple arguments to be passed to the configured binary.
Extracts a Package service class which will handle any package logic.
Adds an arrayable option option to the command to pass options to the binary.
Adds keep and no-keep mutually exclusive options to skip prompt.
New Contributors
- @ProjektGopher made their first contribution in #2
Full Changelog: v0.1.0...v0.2.0