Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddCommand ¶
func AddCommand(c *cli.Context) error
AddCommandは、対話形式で追加するコマンド情報を受け付ます。 入力した内容は~/cheat.ymlに保存されます。 受け付けるコマンド情報は次の通りです。
Command: 文字列 Tags: カンマ区切りの文字列 Description: 文字列 Recommend: 1 ~ 5の数字 Favorite: bool Details: 複数行の文字列
func EditCommand ¶
func EditCommand(c *cli.Context) error
EditCommandは、対話形式で編集するコマンドを選択して編集します。 入力した内容は~/cheat.ymlに保存されます。 受け付けるコマンド情報は次の通りです。
Command: 文字列 Tags: カンマ区切りの文字列 Description: 文字列 Recommend: 1 ~ 5の数字 Favorite: bool Details: 複数行の文字列
func ListCommand ¶
func ListCommand(c *cli.Context) error
ListCommandは、リスト形式でコマンド一覧を表示します。 デフォルトではSearchモードで起動します。インタラクティブにコマンドを絞り込めます。 また、モードは / で切り替えることができます。
func RemoveCommand ¶
func RemoveCommand(c *cli.Context) error
RemoveCommandは、対話形式で削除するコマンドを選択して削除します。 削除した内容は~/cheat.ymlから削除されます。
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.