pub enum HelpTopic {
Show 18 variants
Root,
Login,
Logout,
Setup,
Status,
Version,
Auth,
Json,
Read,
ReadLogs,
ReadIssues,
ReadActions,
ReadReleases,
ReadTrace,
ReadIssue,
Watch,
Explain,
Set,
}Expand description
Help topic for CLI usage output.
Variants§
Root
Root command overview.
Login
Browser login command.
Logout
Local logout command.
Setup
SDK setup command.
Status
Status check command.
Version
Installed CLI version command.
Auth
Authentication workflow overview.
Json
Machine-readable output overview.
Read
Read command overview.
ReadLogs
Log reading command.
ReadIssues
Issue reading command.
ReadActions
Action reading command.
ReadReleases
Release reading command.
ReadTrace
Trace reading command.
ReadIssue
Single issue reading command.
Watch
Live watch command.
Explain
Explain command.
Set
State mutation command.
Implementations§
Trait Implementations§
impl Copy for HelpTopic
impl Eq for HelpTopic
impl StructuralPartialEq for HelpTopic
Auto Trait Implementations§
impl Freeze for HelpTopic
impl RefUnwindSafe for HelpTopic
impl Send for HelpTopic
impl Sync for HelpTopic
impl Unpin for HelpTopic
impl UnsafeUnpin for HelpTopic
impl UnwindSafe for HelpTopic
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.