ticat icon indicating copy to clipboard operation
ticat copied to clipboard

Meta: support 'null' value(or value type) of args in mod meta file

Open innerr opened this issue 3 years ago • 0 comments

Currently, all args are optional, that means if a command defined some args, it's not consider an error if calling this command not providing all args.

And, all args/env-values are string now, they don't have types (bool, int, etc). We use empty string '' for un-inited value.

All this are for readability of mod meta file, since the file format is already very complicated. But is is the best choice?

innerr avatar Jun 20 '21 22:06 innerr