kayws426 / embox

Automatically exported from code.google.com/p/embox
0 stars 1 forks source link

@Cmd annotation "name" attribute is ignored #590

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Command name is taken from module name, not from command description annotation 
"name" property.
E.g. for third_party.sqlite:
@Cmd(name = "sqlite3",
    help = "SQLite3 shell",
...
    ''')
module shell {
...
Then inside embox:
root@embox:/#help
Available commands: 
        arp - Manipulate the system ARP cache
...
   sendmail - Send email
      shell - SQLite3 shell
root@embox:/#

Original issue reported on code.google.com by fsul...@gmail.com on 4 Apr 2013 at 10:38

GoogleCodeExporter commented 9 years ago
Seems to be fixed long time ago, r13084

Original comment by drakon.m...@gmail.com on 10 Jul 2014 at 10:05