add: proxmark3 -v/--version - for easiness to detect version in offline mode and installs

This commit is contained in:
Iceman 2019-08-21 12:52:59 +02:00
commit 4e627f09c0
3 changed files with 27 additions and 5 deletions

View file

@ -15,6 +15,6 @@
int CmdHW(const char *Cmd);
void pm3_version(bool verbose);
void pm3_version(bool verbose, bool oneliner);
#endif