Browse Source

make_commands_list script

283
ThomasV 10 years ago
parent
commit
b05df324bf
  1. 1
      contrib/make_commands_list

1
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 }'
Loading…
Cancel
Save