node-opcua / opcua-commander

a opcua client with blessed (ncurses)
MIT License
211 stars 46 forks source link

Sort switch to sort nodes by browseName property #31

Closed fbrisa closed 2 years ago

fbrisa commented 3 years ago

Hi, I added a sort switch in the command line options, passing --sort will sort the children nodes in the view by browseName property example: ./bin/opcua-commander -e opc.tcp://1.2.3.4:62841 --sort

without sort: Screenshot_20210716_175301

with sort: Screenshot_20210716_175108

CLAassistant commented 3 years ago

CLA assistant check
All committers have signed the CLA.

erossignon commented 2 years ago

merged in version 0.15.0, thank