nb_cli.config.parser
class ConfigManager(python=None, config_file=PosixPath('pyproject.toml'), encoding='utf-8')
ๅๆฐ
python
(str | None)config_file
(pathlib.Path)encoding
(str)
method add_adapter(self, adapter)
ๅๆฐ
adapter
(SimpleInfo)
่ฟๅ
- None
method add_builtin_plugin(self, plugin)
ๅๆฐ
plugin
(str)
่ฟๅ
- None
method add_plugin(self, plugin)
ๅๆฐ
plugin
(str)
่ฟๅ
- None
method get_nonebot_config(self)
่ฟๅ
method remove_adapter(self, adapter)
ๅๆฐ
adapter
(SimpleInfo)
่ฟๅ
- None
method remove_builtin_plugin(self, plugin)
ๅๆฐ
plugin
(str)
่ฟๅ
- None
method remove_plugin(self, plugin)
ๅๆฐ
plugin
(str)
่ฟๅ
- None