application

package
v0.0.8 Latest Latest
Warning

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

Go to latest
Published: Jul 15, 2023 License: ISC Imports: 5 Imported by: 0

Documentation

Overview

Package application provides commands related to managing applications.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Command

type Command struct {
	Create createCommand `cmd:"create" aliases:"c" help:"Create a new application for a user"`
	Delete deleteCommand `cmd:"delete" aliases:"d" help:"Delete an existing application for a user"`
	Update updateCommand `cmd:"update" aliases:"u" help:"Update an existing application for a user"`
	List   listCommand   `cmd:"list" aliases:"l" help:"List all existing applications of the user"`
	Show   showCommand   `cmd:"show" aliases:"s" help:"Show details of an existing application of a user"`
}

Command contains all subcommands provided by this package.

Jump to

Keyboard shortcuts

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