renamed cmd/enbas-cli-generators to cmd/enbas-codegen

This commit is contained in:
Dan Anglin 2024-08-12 10:35:32 +01:00
parent 1e355ec10e
commit 43de60f5c2
Signed by: dananglin
GPG key ID: 0C1D44CFBEE68638
5 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
package main package main
var executorsFileTemplate = `/* var executorsFileTemplate = `/*
This file is generated by ./cmd/enbas-cli-generators This file is generated by the enbas-codegen
DO NOT EDIT. DO NOT EDIT.
*/ */
{{ print "" }} {{ print "" }}

View file

@ -1,5 +1,5 @@
/* /*
This file is generated by ./cmd/enbas-cli-generators This file is generated by the enbas-codegen
DO NOT EDIT. DO NOT EDIT.
*/ */

View file

@ -1,6 +1,6 @@
package internal package internal
//go:generate go run ../cmd/enbas-cli-generators --path-to-enbas-cli-schema ../schema/enbas_cli_schema.json --path-to-enbas-executors ./executor/executors.go //go:generate go run ../cmd/enbas-codegen --path-to-enbas-cli-schema ../schema/enbas_cli_schema.json --path-to-enbas-executors ./executor/executors.go
const ( const (
ApplicationName = "enbas" ApplicationName = "enbas"