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
Original issue reported on code.google.com by
fsul...@gmail.com
on 4 Apr 2013 at 10:38