lpm
lpm copied to clipboard
new subcommand `--query`
Implementation of new subcommand --query which dumps the target package information on stdout.
e.g., usage: lpm --inspect $package
Any reasons for why inspect instead of query? The latter seems to be much more commonly used to query the package information. With query, you could also use -q, -i is already being used for --install.
If it is just a personal preference, that is fine, though, but I believe using query may be more beneficial than inspect.
I agree, in terms of user experience, it's fairly better to use "-q/--query". Thanks for the suggestion and explaining reason behind it.