common

package
v0.0.0-...-2932577 Latest Latest
Warning

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

Go to latest
Published: Jun 6, 2021 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Command

type Command string

Command команда

type CommandHelper

type CommandHelper interface {
	// Run запускает выполнение комнады.
	Run()
	// Init инициализирует состояние команды с помощью аргументов командной строки.
	Init(args []string) error
	// Печатает сообщение с описанием использования команды.
	PrintHelp()
}

CommandHelper структура для инициализации и выполнения команды.

Jump to

Keyboard shortcuts

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