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

Creates basic help for config #409

Merged
merged 1 commit into from
Mar 25, 2020
Merged

Conversation

afdreher
Copy link
Contributor

This PR provides a basic implementation to fix #408. I know the config commands are pretty self-explanatory, but this prevents the command line from displaying an error message.

1) The `config help` command now calls `help_config()` instead of `help_server()`.

2) There is now a stubbed “config.txt” help file.

3) The .gitignore file is updated to allow for any .txt file inside the shell_help file to be visible to git.  The rule to ignore the main configuration file, config.txt, shadows the config.txt help file.
@coveralls
Copy link

Coverage Status

Coverage remained the same at 59.516% when pulling 9615627 on afdreher:408-config-help into 49fcae5 on NYUCCL:master.

1 similar comment
@coveralls
Copy link

Coverage Status

Coverage remained the same at 59.516% when pulling 9615627 on afdreher:408-config-help into 49fcae5 on NYUCCL:master.

@deargle deargle merged commit 60da646 into NYUCCL:master Mar 25, 2020
@deargle
Copy link
Collaborator

deargle commented Mar 25, 2020

Thanks again!

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.

Help for config is missing / erroneous
3 participants