Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Cmd ¶ added in v0.24.0
type Cmd int
Cmd represents a command that has hints available
const ( // Allow command adds hint to `torus allow` Allow Cmd = iota // Context adds hint to application context Context // Deny command adds hint to `torus deny` Deny // GettingStarted displays helpful hints when a user signs up GettingStarted // Import command adds hint to `torus import` Import // InvitesApprove command adds hint to `torus invites approve` InvitesApprove // InvitesSend command adds hint to `torus invites send` InvitesSend // Link command adds hint to `torus link` Link // Ls command adds hint to `torus ls` Ls // Path adds hint about the path expression Path // Policies command adds hint to `torus policies` Policies // Projects command adds hint to `torus projects` Projects // Run command adds hint to `torus run` Run // Set command adds hint to `torus set` Set // TeamMembers command adds hint to `torus members` TeamMembers // Unset command adds hint to `torus unset Unset // View command adds hint to `torus view` View )
Click to show internal directories.
Click to hide internal directories.