Documentation ¶
Index ¶
- func Confirm(m string) (bool, error)
- func InputText(m string, allowEmpty bool) (string, error)
- func InputTextInEditor(m string) (string, error)
- func PrintAuthURL(w io.Writer, u string)
- func PrintCanceled(w io.Writer)
- func PrintDone(w io.Writer, s string)
- func PrintLogo(w io.Writer)
- func PrintWorkInfo(w io.Writer, info *gen.WorkInfoFragment) error
- func SelectEpisodes(work *gen.WorkEpisodesFragment) ([]string, error)
- func SelectRating(m string) (string, error)
- func SelectStatus(allowNoState bool) (string, error)
- func SelectUnwatchEpisode(entries []*gen.UnwatchLibraryEntryFragment) (string, error)
- func SelectWork(works []*gen.WorkFragment) (*gen.WorkFragment, string, error)
- func SpinnerStart(w io.Writer, m string) *spinner.Spinner
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InputTextInEditor ¶
InputTextInEditor : エディタを開いて文字を入力
func PrintWorkInfo ¶
func PrintWorkInfo(w io.Writer, info *gen.WorkInfoFragment) error
PrintWorkInfo : 作品の詳細を出力
func SelectEpisodes ¶
func SelectEpisodes(work *gen.WorkEpisodesFragment) ([]string, error)
SelectEpisodes : エピソードを選択
func SelectUnwatchEpisode ¶
func SelectUnwatchEpisode(entries []*gen.UnwatchLibraryEntryFragment) (string, error)
SelectUnwatchEpisode : 未視聴のエピソードを選択
func SelectWork ¶
func SelectWork(works []*gen.WorkFragment) (*gen.WorkFragment, string, error)
SelectWork : 作品を選択
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.