lp://staging/~thomas-voss/biometryd/restructure-cli
Created by
Thomas Voß
and last modified
- Get this branch:
- bzr branch lp://staging/~thomas-voss/biometryd/restructure-cli
Only
Thomas Voß
can upload to this branch. If you are
Thomas Voß
please log in for upload directions.
Branch merges
Propose for merging
No branches
dependent on this one.
- Ubuntu Phablet Team: Pending requested
-
Diff: 1263 lines (+554/-432)19 files modifiedsrc/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)
Branch information
Recent revisions
- 10. By Thomas Voß
-
Alter cli::* interface and provide a cli::Command:
:Context to run invocations.
Restructure setup of default help options and commands.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/biometryd