gor-cli 0.2.0

A Rust CLI for GitHub — a 'gh' clone
Documentation
1
2
3
4
5
6
7
//! Authentication module for `gor`.
//!
//! Handles login, logout, status, and token management.
//! Uses the OAuth device flow for authentication.

pub mod device;
pub mod token;