I haven't really use the rust binary yet except display help message.
[pi@centos7 rust]$ target/debug/bitwarden -h;date
Bitwarden CLI 0.1.0
Birl.org
USAGE:
bitwarden [OPTIONS] [SUBCOMMAND]
FLAGS:
-h, --help Prints help information
-V, --version Prints version information
OPTIONS:
-u <url> URL of bitwarden server [default: http://127.0.0.1:8000]
SUBCOMMANDS:
help Prints this message or the help of the given subcommand(s)
login login to bitwarden
register register new account with bitwarden server.
sync sync against remote bitwarden server
Mon Feb 18 22:55:58 EST 2019
[pi@centos7 rust]$
Hi @birlorg
I haven't really use the rust binary yet except display help message.