diff --git a/contrib/make_commands_list b/contrib/make_commands_list new file mode 100755 index 00000000..3c2052ad --- /dev/null +++ b/contrib/make_commands_list @@ -0,0 +1 @@ +cat lib/commands.py|grep register_command|sed "s/register_command(\(.*\))/\1/" |sed "s/'//g"| awk -F, '{print "|-\n|" $1 "|| " $7 "|| " $8 "|| " $4 "|| " $5 "|| " $6 }'