client: Implement command line client commands
authorCeara Chewning <ceara.k.chewning@intel.com>
Wed, 12 Sep 2012 22:05:55 +0000 (15:05 -0700)
committerPatrik Flykt <patrik.flykt@linux.intel.com>
Fri, 14 Sep 2012 13:32:00 +0000 (16:32 +0300)
commitcfcb41b997d17e047ae2fa6e356babccca140f3b
treec1cdae6cae04c9d77b5ee584e2f7cc6693de9c68
parent800d3a8630992f400f2d0336a2e337db2456928f
client: Implement command line client commands

Implement all of the command handling that connmanctl uses. Both the
main program and interactive mode should use the same commands, thus
there is no separation between the abilities of the two modes.
client/commands.c [new file with mode: 0644]