root

package
v0.6.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 3, 2026 License: GPL-3.0, LGPL-3.0 Imports: 3 Imported by: 0

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL