deesnow / ossi_tool

ISC License
4 stars 8 forks source link

Uid command line #22

Open haljus opened 4 years ago

haljus commented 4 years ago

Is there a way I can give your tool just the Uid info so it can return it? example: I can just pass this to your tool: 8005ff00 004fff00 8003ff00

and it will return just those 3 results: Extension, Type and Name

I understand ossit will return all the results when I run list station right, so there is no way to return just the ones I want right?

deesnow commented 4 years ago

The proper solution will be if I implement all the filed ID into ossi_tool and additionally add a new parameter to list selected fields like this : -s "1, 3, 5, 9, 10" This means the output contains only the 1st, 3rd, 5th, 9th, and 10th fields.