Merge lp://staging/~thomas-voss/biometryd/factor-out-cli into lp://staging/biometryd
Proposed by
Thomas Voß
Status: | Merged |
---|---|
Approved by: | Thomas Voß |
Approved revision: | 9 |
Merged at revision: | 9 |
Proposed branch: | lp://staging/~thomas-voss/biometryd/factor-out-cli |
Merge into: | lp://staging/biometryd |
Diff against target: |
1289 lines (+519/-408) 19 files modified
include/biometry/optional.h (+1/-0) src/biometry/CMakeLists.txt (+2/-0) src/biometry/cmds/enroll.cpp (+44/-44) src/biometry/cmds/enroll.h (+7/-9) src/biometry/cmds/help.cpp (+18/-29) src/biometry/cmds/help.h (+2/-5) src/biometry/cmds/identify.cpp (+32/-42) src/biometry/cmds/identify.h (+6/-8) src/biometry/cmds/list_devices.cpp (+10/-22) src/biometry/cmds/list_devices.h (+2/-5) src/biometry/cmds/run.cpp (+48/-55) src/biometry/cmds/run.h (+8/-6) src/biometry/cmds/version.cpp (+10/-20) src/biometry/cmds/version.h (+2/-5) src/biometry/daemon.cpp (+7/-7) src/biometry/daemon.h (+8/-139) src/biometry/util/cli.cpp (+48/-0) src/biometry/util/cli.h (+250/-0) tests/test_daemon.cpp (+14/-12) |
To merge this branch: | bzr merge lp://staging/~thomas-voss/biometryd/factor-out-cli |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Ubuntu Phablet Team | Pending | ||
Review via email: mp+294134@code.staging.launchpad.net |
Commit message
Factor out Daemon::Command and friends to util::cli::*.
Description of the change
Factor out Daemon::Command and friends to util::cli::*.
To post a comment you must log in.