Closed ALagoni97 closed 1 month ago
It would be nice if we can specify at which relative path the config file is present. codegen generate --config="./config/codegen" or something like this.
codegen generate --config="./config/codegen"
You should be able to do: codegen generate ./config/codegen
codegen generate ./config/codegen
https://github.com/the-codegen-project/cli/blob/main/docs/usage.md#codegen-generate-file
It would be nice if we can specify at which relative path the config file is present.
codegen generate --config="./config/codegen"
or something like this.