Skip to content

Make sure docstring lines are joined with a space#15

Merged
lohedges merged 1 commit intomainfrom
fix_cli_help
Dec 7, 2023
Merged

Make sure docstring lines are joined with a space#15
lohedges merged 1 commit intomainfrom
fix_cli_help

Conversation

@lohedges
Copy link
Copy Markdown
Contributor

@lohedges lohedges commented Dec 7, 2023

This PR fixes the formatting of the help message printed by the CLI by joining the docstring lines for Config parameters with a space character. Previously, the lines were just appended so there was no space between.

Before:

  --perturbable-constraint {none,auto,h_bonds,bonds,h_bonds_h_angles,bonds_h_angles}
                        Constraint type to use for perturbable molecules. If None, thenthis will be set according to what is chosen for
                        thenon-perturbable constraint. (default: None)

After:

  --perturbable-constraint {none,auto,h_bonds,bonds,h_bonds_h_angles,bonds_h_angles}
                        Constraint type to use for perturbable molecules. If None, then this will be set according to what is chosen for
                        the non-perturbable constraint. (default: None)

@lohedges lohedges added bug Something isn't working documentation Improvements or additions to documentation labels Dec 7, 2023
@lohedges lohedges requested a review from mb2055 December 7, 2023 15:57
Copy link
Copy Markdown
Contributor

@mb2055 mb2055 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch

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

Labels

bug Something isn't working documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants