BoettcherDasOriginal / LeoConsole

LeoConsole is a terminal with many features! It allows you to quickly and easily program smaller or larger console functions or use those of others. It is written in C# 10 under .NET 6
GNU General Public License v3.0
2 stars 0 forks source link

Access default commands inside plugin #3

Closed alexcoder04 closed 2 years ago

alexcoder04 commented 2 years ago

Is it possible to access default LeoConsole functions from inside a plugin? Like, for example, I want to write a plugin that does an automatic reboot, creates a new user or installs another plugin?

BoettcherDasOriginal commented 2 years ago

It is currently not supported. But it is planned