mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-08 22:28:24 +02:00
Code to generate structs for JSON marshalling
This commit is contained in:
@@ -18,6 +18,12 @@ type options_CMD_NAME_type struct {
|
||||
|
||||
var options_CMD_NAME options_CMD_NAME_type
|
||||
|
||||
type CMD_NAME_json_type struct {
|
||||
JSON_DECLARATION_CODE
|
||||
}
|
||||
|
||||
var CMD_NAME_json CMD_NAME_json_type
|
||||
|
||||
func run_CMD_NAME(cmd *cobra.Command, args []string) (err error) {
|
||||
SET_OPTION_VALUES_CODE
|
||||
|
||||
|
||||
Reference in New Issue
Block a user