Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: use comma for list delimiter in sshnp config #319

Merged
merged 1 commit into from
Aug 10, 2023

Conversation

XavierChanth
Copy link
Member

@XavierChanth XavierChanth commented Aug 10, 2023

- What I did

Changed the delimiter for lists in the config file from ; to , so that the spec is both valid .bash and .env.

Since we haven't done a release including this feature yet, it should still be okay to implement this design change.

I also removed "list-devices" parameter from toArgs and subsequently toConfig and toFile of SSHNPParams, this parameter is not meant to be part of the main args and should not be written to the config files. (A bug curtly and I found today which was appending "=false" to the end of the config files produced using SSHNPParams.toFile()

- How I did it

- How to verify it

- Description for the changelog
chore: use comma for list delimiter in sshnp config

@XavierChanth XavierChanth requested review from gkc and cpswan August 10, 2023 00:53
@XavierChanth XavierChanth merged commit 136e400 into trunk Aug 10, 2023
@XavierChanth XavierChanth deleted the chore/config-list-delim branch August 15, 2023 06:20
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.

2 participants