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
目前byzer lang在使用的过程中会涉及到变量的管理(set 变量以及 临时表变量),在per user session 使用过程中,用户很难很好的管理这些临时变量,需要提供一种方式来list 临时变量以及 del 变量(比如宏命令 !list_var/ !del xxx) 可以参考文章 https://zhuanlan.zhihu.com/p/491545059
!list_var
!del xxx
The text was updated successfully, but these errors were encountered:
hellozepp
No branches or pull requests
背景:
目前byzer lang在使用的过程中会涉及到变量的管理(set 变量以及 临时表变量),在per user session 使用过程中,用户很难很好的管理这些临时变量,需要提供一种方式来list 临时变量以及 del 变量(比如宏命令
!list_var
/!del xxx
)可以参考文章 https://zhuanlan.zhihu.com/p/491545059
The text was updated successfully, but these errors were encountered: