lpm icon indicating copy to clipboard operation
lpm copied to clipboard

new subcommand `--query`

Open onur-ozkan opened this issue 1 year ago • 2 comments

Implementation of new subcommand --query which dumps the target package information on stdout.

e.g., usage: lpm --inspect $package

onur-ozkan avatar Mar 03 '24 16:03 onur-ozkan

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.

odiferousmint avatar Apr 04 '24 16:04 odiferousmint

I agree, in terms of user experience, it's fairly better to use "-q/--query". Thanks for the suggestion and explaining reason behind it.

onur-ozkan avatar Apr 04 '24 16:04 onur-ozkan