]> git.donarmstrong.com Git - kiibohd-controller.git/commit
Write whole debug cli command to history
authorEric Mertens <emertens@gmail.com>
Tue, 27 Oct 2015 00:55:41 +0000 (17:55 -0700)
committerEric Mertens <emertens@gmail.com>
Tue, 27 Oct 2015 01:03:56 +0000 (18:03 -0700)
commitccf4f34e928afd88ee3dd34e8248ce04d48dad63
treeefb1221e9c67d78bac3d91ca185a0ce10233a4aa
parent7b7a55899f392ebb7f615fd1801aaaa3dcc3f738
Write whole debug cli command to history

Previously the command was being modified in place in order
to find the command name. This was happening before saving
to the history.

Fixes #70
Debug/cli/cli.c