tmake_commands_list script - electrum - Electrum Bitcoin wallet
HTML git clone https://git.parazyd.org/electrum
DIR Log
DIR Files
DIR Refs
DIR Submodules
---
DIR commit b05df324bf50d4bc002d19cd673426e06ade45e0
DIR parent e389745491054dfce18e3233b36a3713ea8bd546
HTML Author: ThomasV <thomasv@gitorious>
Date: Wed, 18 Feb 2015 20:05:51 +0100
make_commands_list script
Diffstat:
A contrib/make_commands_list | 1 +
1 file changed, 1 insertion(+), 0 deletions(-)
---
DIR diff --git a/contrib/make_commands_list b/contrib/make_commands_list
t@@ -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 }'