-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Read rest of options from custom configuration file (#391)
## Problem Not all of the options that can be set through CLI flags are able to be read in from the custom config file. These being: - `useMaintainers` - `useRootMaintainers` - `preserveBlockPosition` It would improve dev experience to also set these in the custom config and have them be respected like the other options. ## Changes - Update `generate` to read in the options mentioned above from custom config - Connect the `CustomConfig`, `GlobalOptions` and `Options` types - Small refactors
- Loading branch information
1 parent
6590d1a
commit 80756fe
Showing
3 changed files
with
14 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters