Closed deontologician closed 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.
PowerSupply-003
Right now, we have no way of knowing what's in the inventory. We need a command like:
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:
In this example, maybe
PowerSupply-003
was deleted.