Empty alias
Object aliases must not be empty.
Incorrect:
+alias
# Foo.
[] > foo
Correct:
+alias a
+alias a b
+alias a b c
+alias a b c d
# Foo.
[] > foo
Published on Mon May 25 14:35:02 UTC 2026.
Object aliases must not be empty.
Incorrect:
+alias
# Foo.
[] > foo
Correct:
+alias a
+alias a b
+alias a b c
+alias a b c d
# Foo.
[] > foo
Published on Mon May 25 14:35:02 UTC 2026.