diff --git a/README.md b/README.md index fd51faa..6e32530 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,21 @@ pipx install bitsrun ### CLI +Check login status of your device. + +```text +Usage: bitsrun status [OPTIONS] + + Check current network login status. + +Options: + --help Show this message and exit. +``` + +> **Note**: this is the output of `bitsrun status --help`. + +Login or logout with your username and password. + ```text Usage: bitsrun login/logout [OPTIONS] diff --git a/pyproject.toml b/pyproject.toml index cb10ab3..43c5d1b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "bitsrun" -version = "3.3.1" +version = "3.4.0" description = "A headless login / logout script for 10.0.0.55" authors = [{ name = "spencerwooo", email = "spencer.woo@outlook.com" }] dependencies = [