Implement a -v|--version argument for avmctl and avm-motion-triggerd
Acceptance Criteria
- A call to
avmctloravm-motion-triggerdwith the-v|--versionargument should display the version
Tasks
-
Add a VERSIONdefinition while compiling -
Add the -v|--versionargument to the list of known arguments -
Link the argument if detected to a function which prints out the details -
Document the new arguments on the man pages