The new remote run feature requires writing the entire host name including the scheme. It would be great if there was a shorter form for the case where the host is pub.dev. Maybe: ``` > dart run /package ``` or ``` > dart run package@ ```