MASSHUU12 / godot-yat

YAT is an plugin that provides a customizable, in-game terminal for your Godot (C#) project.
https://godotengine.org/asset-library/asset/2324
MIT License
135 stars 5 forks source link

Option and argument names consisting of an empty string are considered valid #306

Closed MASSHUU12 closed 2 months ago

MASSHUU12 commented 2 months ago

Describe the bug

Option names consisting of an empty string are valid.

Steps to reproduce

Create option:

[Option("", "string", "Something.")]

Expected behavior

Empty option names should not be allowed.

Additional information

_

Screenshots

No response

Additional context

No response