We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
目前如果option下没明确写set_description(...)则在xmake f --menu的时候此option的描述是空的,无法辨认,体验不太好
set_description(...)
xmake f --menu
为option提供一个默认的description(即option名)
The text was updated successfully, but these errors were encountered:
加上了
Sorry, something went wrong.
No branches or pull requests
你在什么场景下需要该功能?
目前如果option下没明确写
set_description(...)
则在xmake f --menu
的时候此option的描述是空的,无法辨认,体验不太好描述可能的解决方案
为option提供一个默认的description(即option名)
The text was updated successfully, but these errors were encountered: