Alias too long

Object aliases must have at most 2 parts.

Incorrect:

+alias a b c

# Foo.
[] > foo

Correct:

+alias a
+alias a b
+alias a b.c.d.e

# Foo.
[] > foo

Published on Tue Mar 31 07:20:16 UTC 2026.