Add configurable weight for commands

This commit is contained in:
Christophe Romain 2016-11-15 14:18:34 +01:00
parent e75dd17e2c
commit 909e0eb5dd
1 changed files with 4 additions and 3 deletions

View File

@ -51,6 +51,7 @@
desc = "" :: string() | '_' | '$3',
longdesc = "" :: string() | '_',
version = 0 :: integer(),
weight = 1 :: integer(),
module :: atom() | '_',
function :: atom() | '_',
args = [] :: [aterm()] | '_' | '$1' | '$2',