0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-09-28 19:58:53 +02:00

modules/console: Alias host with net__host for ux.

This commit is contained in:
Jason Volk 2018-05-01 14:50:52 -07:00
parent 7e694c0a50
commit f40831c8e6

View file

@ -1712,6 +1712,12 @@ console_cmd__net__host(opt &out, const string_view &line)
return true;
}
bool
console_cmd__host(opt &out, const string_view &line)
{
return console_cmd__net__host(out, line);
}
bool
console_cmd__net__host__cache__A(opt &out, const string_view &line)
{