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

Refactor to more readily support custom handling of individual (mainly external) commands #6

Closed
abathur opened this issue Jul 1, 2020 · 1 comment
Assignees

Comments

@abathur
Copy link
Owner

abathur commented Jul 1, 2020

Up to now, the "commands" resholved sub-resolves arguments for is mainly focused on builtins (though it does handle a few external commands with similar call patterns), most of which are handled by a small number of patterns.

The slowly-expanding list of cases of external commands (xargs, sudo, tar, find, etc.) likely to have arguments that should ideally be resolved is already making it obvious that resholved needs better support for mapping commands to both re-usable generic handlers, and bespoke single-command handlers.

@abathur
Copy link
Owner Author

abathur commented Sep 15, 2021

This refactoring is complete as of the 0.6.0 release.

@abathur abathur closed this as completed Sep 15, 2021
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

1 participant