innerr/ticat

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

Opened this issue · 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?