knadh / dns.toys

A DNS server that offers useful utilities and services over the DNS protocol. Weather, world time, unit conversion etc.
https://www.dns.toys
MIT License
2.48k stars 135 forks source link

unnecessary to use function, also unnecessary with all those +args #31

Closed stemid closed 2 years ago

stemid commented 2 years ago

I just think all those +args are unnecessary if +short formats it correctly, also in bash there is no need to make a function in order to place the $1 argument in the middle, just put it at the end and use an alias.

This makes it easier for beginners to understand.