mirror of
https://github.com/matrix-construct/construct
synced 2024-11-16 15:00:51 +01:00
modules/console: Alias host with net__host for ux.
This commit is contained in:
parent
7e694c0a50
commit
f40831c8e6
1 changed files with 6 additions and 0 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue