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 Fri Oct 10 22:53:55 UTC 2025.