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

Configurable key bindings via command line arguments. #67

Merged
merged 1 commit into from
Feb 20, 2022

Conversation

kindermannhubert
Copy link
Collaborator

@kindermannhubert kindermannhubert commented Feb 20, 2022

There are new command line arguments:
image

Example:
csharprepl --newLineKeys Enter --submitPromptKeys Ctrl+Enter

@codecov-commenter
Copy link

Codecov Report

Merging #67 (79502af) into main (481aa14) will decrease coverage by 0.3%.
The diff coverage is 83.9%.

Impacted file tree graph

@@           Coverage Diff           @@
##            main     #67     +/-   ##
=======================================
- Coverage   85.7%   85.4%   -0.4%     
=======================================
  Files         36      36             
  Lines       1957    2044     +87     
  Branches     193     209     +16     
=======================================
+ Hits        1679    1747     +68     
- Misses       191     199      +8     
- Partials      87      98     +11     
Impacted Files Coverage Δ
CSharpRepl/Program.cs 32.3% <0.0%> (ø)
CSharpRepl.Services/Configuration.cs 83.3% <76.1%> (-11.7%) ⬇️
CSharpRepl/CommandLine.cs 95.0% <100.0%> (+0.7%) ⬆️
...arpRepl.Services/Completion/AutoCompleteService.cs 86.6% <0.0%> (-5.0%) ⬇️
CSharpRepl.Services/Extensions/RoslynExtensions.cs 60.0% <0.0%> (-2.5%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 481aa14...79502af. Read the comment docs.

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