Crates.io | talenta |
lib.rs | talenta |
version | 0.5.0 |
source | src |
created_at | 2020-09-17 09:26:06.886783 |
updated_at | 2021-06-13 05:23:42.974892 |
description | Talenta CLI |
homepage | https://crates.io/crates/talenta |
repository | https://github.com/el7cosmos/talenta |
max_upload_size | |
id | 289728 |
size | 80,431 |
cargo install talenta
brew tap el7cosmos/brew
brew install talenta
# Interactive
talenta login
# Non-interactive
talenta login --email <EMAIL> --password <PASSWORD>
# Interactive, use current date
talenta attendance
# Interactive, change attendance date
talenta attendance --date <DATE>
# Non-interactive, use current date
talenta attendance --checkin-time <TIME> --checkout-time <TIME> --description <description>
# Non-interactive, change attendance date
talenta attendance --date <DATE> --checkin-time <TIME> --checkout-time <TIME> --description <description>
# Interactive, use current date and time
talenta attendance checkin
talenta attendance checkout
# Interactive, change attendance date and time
talenta attendance checkin --date <DATE> --time <TIME>
talenta attendance checkout --date <DATE> --time <TIME>
# Non-interactive, use current date and time
talenta attendance checkin --description <description>
talenta attendance checkout --description <description>
# Non-interactive, change attendance date and time
talenta attendance checkin --description <description> --date <DATE> --time <TIME>
talenta attendance checkout --description <description> --date <DATE> --time <TIME>
DATE
: ISO 8601 date format (YYYY-mm-dd
)TIME
: Time in format HH:MM
# Interactive
talenta live checkin
talenta live checkout
# Non-interactive
talenta live checkin --latitude <FLOAT> --longitude <FLOAT> --no-interaction
talenta live checkout --latitude <FLOAT> --longitude <FLOAT> --no-interaction
Licensed under either of
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.