mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-02 10:15:20 +00:00
make_commands_list script
This commit is contained in:
parent
e389745491
commit
b05df324bf
1 changed files with 1 additions and 0 deletions
1
contrib/make_commands_list
Executable file
1
contrib/make_commands_list
Executable file
|
@ -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…
Add table
Reference in a new issue