birlorg / bitwarden-cli

Cross Platform Bitwarden library and CLI with sudolikeaboss functionality.
MIT License
47 stars 7 forks source link

3 patches to get rust code compiled and -h was able to show help message #11

Closed tjyang closed 5 years ago

tjyang commented 5 years ago

Hi @birlorg

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]$