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

Enhancement: Additional CLI options to control rendered output -label-edges #73

Merged
merged 2 commits into from
Oct 26, 2019

Conversation

jfeliu007
Copy link
Owner

Fixes #58
In implementing this, I decided to use the -show-connection-labels for consistency with other flags. I also realized that the SetRenderingOptions what going to be a problem for testing so I changed its parameter to be a map[RenderingOption] bool where the RenderingOption is no more than an int for which we have provided a set of constants.
I also updated the Readme and the class diagram to reflect this new options.

Javier Feliu added 2 commits October 25, 2019 23:40
…-edges

Fixes #58
In implementing this, I decided to use the -show-connection-labels for consistency with other flags. I also realized that the SetRenderingOptions what going to be a problem for testing so I changed its parameter to be a map[RenderingOption] bool where the RenderingOption is no more than an int for which we have provided a set of constants.
I also updated the Readme and the class diagram to reflect this new options.
@codecov
Copy link

codecov bot commented Oct 26, 2019

Codecov Report

Merging #73 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #73    /-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           5      5           
  Lines         496    526    30     
=====================================
  Hits          496    526    30
Impacted Files Coverage Δ
parser/class_parser.go 100% <100%> (ø) ⬆️

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 625bce6...d8f1722. Read the comment docs.

@jfeliu007 jfeliu007 merged commit 8f7983f into master Oct 26, 2019
@jfeliu007 jfeliu007 deleted the issue-58 branch October 26, 2019 03:45
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.

Enhancement: Additional CLI options to control rendered output -label-edges
1 participant