-WIP-electrum-btcp/contrib/make_commands_list

2 lines
169 B
Plaintext
Raw Normal View History

2015-02-18 11:05:51 -08:00
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 }'