cmd

package
v0.0.0-...-8093761 Latest Latest
Warning

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

Go to latest
Published: Jan 3, 2025 License: Apache-2.0 Imports: 20 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Execute

func Execute()

Execute CLI 처리

func WrapCmdFuncForCobra

func WrapCmdFuncForCobra(f func(cmd *cobra.Command) error) func(cmd *cobra.Command, _ []string) error

WrapCmdFuncForCobra cobra의 `RunE` 메서드와 호환되는 함수 래핑

이 함수는 `func(cmd *cobra.Command) error` 형태의 함수를 받아서, cobra의 `RunE` 메서드에서 요구하는 `func(cmd *cobra.Command, _ []string) error` 형태로 변환.

Parameters:

  • f: `func(cmd *cobra.Command) error` 형태의 함수로, cobra 명령어의 실행 로직을 포함

Returns:

  • func: `func(cmd *cobra.Command, _ []string) error` 형태의 함수로 변환된 결과

Types

This section is empty.

Jump to

Keyboard shortcuts

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