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

[Bug] `reload` command #49

Closed alexcoder04 closed 2 years ago

alexcoder04 commented 2 years ago

Description

Plugins are registered twice when using reload

Steps to Reproduce

  1. Install some plugins
  2. Use reload
  3. Plugins are executed twice

Version with bug

2.1.0 (latest git)

Last version that worked well

Unknown

Additional Information

Example log using apkg:

...
:\>reload
...
:\>apkg list-installed
==> your installed packages:
  -> file-manager - TUI file manager (lf)
  -> apkg - advanced package manager
==> your installed packages:
  -> file-manager - TUI file manager (lf)
  -> apkg - advanced package manager
:\>help
...
apkg => package manager
apkg => package manager