deontologician / spaceship-build

Sci-fi spaceship engineering simulation
GNU Affero General Public License v3.0
5 stars 1 forks source link

Add ability to list inventory from the commandline #39

Closed deontologician closed 9 years ago

deontologician commented 10 years ago

Right now, we have no way of knowing what's in the inventory. We need a command like:

> inv
raygun x 2
power-supply x 3

This would aggregate together items in the inventory that are of the same class

We'd also want a full inventory list with the unique names for each item:

> inv -v
Raygun-001
Raygun-002
PowerSupply-001
PowerSupply-002
PowerSupply-004

In this example, maybe PowerSupply-003 was deleted.