Merge lp://staging/~thomas-voss/biometryd/restructure-cli into lp://staging/biometryd
Proposed by
Thomas Voß
Status: | Merged |
---|---|
Approved by: | Thomas Voß |
Approved revision: | 10 |
Merged at revision: | 10 |
Proposed branch: | lp://staging/~thomas-voss/biometryd/restructure-cli |
Merge into: | lp://staging/biometryd |
Diff against target: |
1263 lines (+554/-432) 19 files modified
src/biometry/CMakeLists.txt (+0/-2) src/biometry/cmds/enroll.cpp (+8/-16) src/biometry/cmds/enroll.h (+1/-1) src/biometry/cmds/help.cpp (+0/-40) src/biometry/cmds/help.h (+0/-47) src/biometry/cmds/identify.cpp (+7/-7) src/biometry/cmds/identify.h (+1/-1) src/biometry/cmds/list_devices.cpp (+8/-7) src/biometry/cmds/list_devices.h (+1/-1) src/biometry/cmds/run.cpp (+4/-6) src/biometry/cmds/run.h (+1/-1) src/biometry/cmds/version.cpp (+8/-7) src/biometry/cmds/version.h (+1/-1) src/biometry/daemon.cpp (+10/-99) src/biometry/daemon.h (+1/-4) src/biometry/daemon_main.cpp (+5/-4) src/biometry/util/cli.cpp (+240/-25) src/biometry/util/cli.h (+251/-156) tests/test_daemon.cpp (+7/-7) |
To merge this branch: | bzr merge lp://staging/~thomas-voss/biometryd/restructure-cli |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Ubuntu Phablet Team | Pending | ||
Review via email: mp+294229@code.staging.launchpad.net |
Commit message
Alter cli::* interface and provide a cli::Command:
Restructure setup of default help options and commands.
Description of the change
Alter cli::* interface and provide a cli::Command:
Restructure setup of default help options and commands.
To post a comment you must log in.