cyberrumor / ammo

Almost Manual Mod Organizer - Linux MO for Bethesda Games
GNU General Public License v2.0
25 stars 6 forks source link

Make UI class use `cmd` under the hood #57

Open cyberrumor opened 4 months ago

cyberrumor commented 4 months ago

Didn't know about this package before but it looks like it was written specifically for interactive shells. As such, it probably has a bunch of logic that does fairly similar things to the UI class. We could most likely remove a bunch of our own code in favor of a standard library solution. https://docs.python.org/3/library/cmd.html#cmd.Cmd.cmdloop