Skip to content

feat: using CLI input options to override configuration file settings#264

Open
Fatpandac wants to merge 1 commit intoAloxaf:masterfrom
Fatpandac:feat/support_same_option
Open

feat: using CLI input options to override configuration file settings#264
Fatpandac wants to merge 1 commit intoAloxaf:masterfrom
Fatpandac:feat/support_same_option

Conversation

@Fatpandac
Copy link
Copy Markdown

Support using CLI input options to override configuration file settings, as shown below:

Configuration:

--font 'JetBrainsMonoNerdFont'

Bash Command:

silicon --font "Apple Color Emoji" -c example.py

Before this change, the bash command doesn't work and returns the error: The argument '--font ' was provided more than once.... After the fix, the command will take the CLI option as the first priority.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant