nb_cli.config.parser
class ConfigManager(python=None, config_file=Path("pyproject.toml"), encoding="utf-8")
参数
python
(str | None)config_file
(Path)encoding
(str)
method get_nonebot_config()
参数
empty
返回
method add_adapter(adapter)
参数
adapter
(SimpleInfo)
返回
- None
method remove_adapter(adapter)
参数
adapter
(SimpleInfo)
返回
- None
method add_plugin(plugin)
参数
plugin
(str)
返回
- None
method remove_plugin(plugin)
参数
plugin
(str)
返回
- None
method add_builtin_plugin(plugin)
参数
plugin
(str)
返回
- None
method remove_builtin_plugin(plugin)
参数
plugin
(str)
返回
- None