Documentation
¶
Overview ¶
Package root contains the root command for authctl.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var RootCmd = &cobra.Command{ Use: "authctl", Short: "Manage authd users and groups", Long: "authctl is a command-line tool for managing users and groups handled by authd.", PersistentPreRun: func(cmd *cobra.Command, args []string) { cmd.SilenceUsage = true }, CompletionOptions: cobra.CompletionOptions{ HiddenDefaultCmd: true, }, DisableAutoGenTag: true, SilenceErrors: true, Args: cobra.NoArgs, RunE: func(cmd *cobra.Command, args []string) error { return cmd.Usage() }, }
RootCmd is the root command for authctl.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.