Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@mashehu
Copy link
Contributor

@mashehu mashehu commented Dec 13, 2022

Fixes #2127 (hopefully)

@mashehu mashehu requested a review from mirpedrol December 13, 2022 14:57
@mashehu mashehu linked an issue Dec 13, 2022 that may be closed by this pull request
Copy link
Member

@ewels ewels left a comment

Choose a reason for hiding this comment

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

The fact that prettier is now formatting the table whitespace for you is a good sign! 👍🏻

README.md Outdated
| shell | shell config file | command |
| ----- | --------------------------------------- | -------------------------------------------------- |
| bash | ~/.bashrc | `eval "$(_NF_CORE_COMPLETE=bash_source nf-core)"` |
| Zsh | ~/.zshrc | `eval "$(_NF_CORE_COMPLETE=zsh_source nf-core)"` |
Copy link
Member

Choose a reason for hiding this comment

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

Lower case?

Suggested change
| Zsh | ~/.zshrc | `eval "$(_NF_CORE_COMPLETE=zsh_source nf-core)"` |
| zsh | ~/.zshrc | `eval "$(_NF_CORE_COMPLETE=zsh_source nf-core)"` |

Copy link
Contributor Author

Choose a reason for hiding this comment

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

the authors don't seem to be consistent about it,think I prefer lower case, but I was following how Wikipedia writes it 🤷🏻

Co-authored-by: Phil Ewels <[email protected]>
@mashehu
Copy link
Contributor Author

mashehu commented Dec 13, 2022

@nf-core-bot fix linting

@codecov
Copy link

codecov bot commented Dec 13, 2022

Codecov Report

Merging #2128 (6e7f87a) into dev (ed9cbb4) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##              dev    #2128   +/-   ##
=======================================
  Coverage   71.41%   71.41%           
=======================================
  Files          77       77           
  Lines        8358     8358           
=======================================
  Hits         5969     5969           
  Misses       2389     2389           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@mashehu mashehu merged commit e178898 into nf-core:dev Dec 13, 2022
@mashehu mashehu deleted the fix-table-in-readme branch December 13, 2022 16:00
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.

Shell completion table is broken in README

4 participants