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 Mon May 25 14:35:01 UTC 2026.