pub enum HelpTopic {
Show 25 variants
Root,
Login,
Logout,
Setup,
Status,
Version,
Auth,
Json,
Examples,
Projects,
Usage,
Read,
ReadLogs,
ReadIssues,
ReadActions,
ReadReleases,
ReadTraces,
ReadTrace,
ReadIssue,
Watch,
Explain,
Investigate,
NativeDebugArtifacts,
Set,
Support,
}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.
Examples
First-run examples and common workflows.
Projects
Backend-owned project setup and ingest key workflow overview.
Usage
Backend-owned account usage and quota workflow overview.
Read
Read command overview.
ReadLogs
Log reading command.
ReadIssues
Issue reading command.
ReadActions
Action reading command.
ReadReleases
Release reading command.
ReadTraces
Recent trace discovery command.
ReadTrace
Trace reading command.
ReadIssue
Single issue reading command.
Watch
Live watch command.
Explain
Explain command.
Investigate
Server-directed issue investigation command.
NativeDebugArtifacts
Apple native debug-artifact upload and lookup commands.
Set
State mutation command.
Support
Support-ticket workflow.
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
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
key and return true if they are equal.