Snaacky / dndserver

Dark and Darker private server implementation written in Python
The Unlicense
264 stars 60 forks source link

Console improvements #220

Closed Snaacky closed 1 year ago

Snaacky commented 1 year ago

1) Console is not uniform with the existing logging library. 2) Console commands are a bit awkward/complex. /list_items could be /list items, /list_rarity could be /list rarity and so on. 3) /list items (and presumably under list commands) print one line at a time when they could output a comma separated list which would take up significantly less terminal space.

Snaacky commented 1 year ago

Addressed in #224