You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think it would be nice if the query and lookup commands had the respective shorthands q and l. Similarly to how you can type cargo c instead of cargo check for example.
The text was updated successfully, but these errors were encountered:
That’s indeed something that would be nice to have. Thank you for the suggestion!
We were also thinking to add a facility so that dnsi checks what it was called at and if it is, e.g., dq, it runs the query command. Then you can just symlink it to dq if you want to – we can add that by default in our binary packages as well.
That's an interesting idea. I wonder, would this be compatible with the cargo install installation method? I'm not sure, but if not, it would be nice to also have the subcommand shorthands to make up for the lack of dq and dl in that case
I think it would be nice if the
query
andlookup
commands had the respective shorthandsq
andl
. Similarly to how you can typecargo c
instead ofcargo check
for example.The text was updated successfully, but these errors were encountered: