e_info: add 'module' option 69/142869/5
authorJunSeok, Kim <juns.kim@samsung.com>
Thu, 3 Aug 2017 03:49:33 +0000 (12:49 +0900)
committerJuyeon Lee <juyeonne.lee@samsung.com>
Tue, 8 Aug 2017 02:36:26 +0000 (02:36 +0000)
commit061058d4e59e1740d03c691d68e9ad2a7ab78ec6
treeb2c8ee959a00da4942c9de14039d8d94195333aa
parent8ac25bea663fe8ea08240623aa98d1f672be5e8f
e_info: add 'module' option

-module option can control enlightenment modules

usage : enlightenment_info (list | load | unload)

Commands:
  list : Print the current modules list loaded
  load <module_name> : Load module with the given name
  unload <module_name> : Unload module with the given name

Example:
  enlighenment_info -module load e-mod-tizen-effect
  enlighenment_info -module unload e-mod-tizen-effect

Change-Id: I8bbc7f4259a1887bbd88b938a64490571d7021ea
src/bin/e_info_client.c [changed mode: 0644->0755]
src/bin/e_info_server.c [changed mode: 0644->0755]