I am trying to get the total count of lines of codes in my custom modules. it tried the below command.
./odoo-bin cloc --conf=odoo11.conf -d odoo10
Here odoo.conf addons path to default addons and custom addons.
But I am getting the below error:
Unknow command 'cloc'
How to solve this?