Alias Too Long
Object’s alias must have 2 parts at max.
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 26 13:15:43 UTC 2025.
Object’s alias must have 2 parts at max.
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 26 13:15:43 UTC 2025.