LBRY-Vault/contrib/make_commands_list
2015-02-18 20:05:51 +01:00

1 line
169 B
Text
Executable file

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 }'