srobo / tools

Student Robotics development helper scripts
4 stars 3 forks source link

Inventory move tool should use stdin #4

Open trickeydan opened 6 years ago

trickeydan commented 6 years ago

When moving many items, it is useful for the inv-mv command to accept part codes on stdin separated by newlines so that we can scan codes in.

PeterJCLaw commented 5 years ago

Note: the current workarounds for this are:

The ideal solution would likely have inv-mv able to let the user decide the approach when a part-code is wrong (i.e: what to do with the other part codes) and wouldn't involve loading the inventory more than once.