cmd

package
v0.5.22 Latest Latest
Warning

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

Go to latest
Published: May 21, 2024 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Execute added in v0.4.0

func Execute()

Execute -- 処理を実行します.

Types

type Args

type Args struct {
	// 一度だけ実行するかどうか
	OneTime bool
	// 実行可能な名前を表示するかどうか
	ShowNames bool
	// 実行するサンプル名
	ExampleName string
	// VSCodeで実行されているかどうか
	RunWithVsCode bool
}

Args は、プログラム引数の値を持つ構造体です

func NewArgs

func NewArgs() *Args

NewArgs は、Argsのコンストラクタ関数です

func (*Args) Parse

func (a *Args) Parse()

Parse は、コマンドライン引数を解析しパッケージ変数に格納します

Jump to

Keyboard shortcuts

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