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 Sep 12 07:13:53 UTC 2025.