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

make flags stick when chaining #17

Open
mcastorina opened this issue Oct 31, 2018 · 0 comments
Open

make flags stick when chaining #17

mcastorina opened this issue Oct 31, 2018 · 0 comments
Labels
enhancement New feature or request

Comments

@mcastorina
Copy link
Owner

Line specific flags need to be specified for each link in the chain.

e.g. --marker '' is specified twice below

graph sine.csv --marker '' -C | graph cosine.csv --marker ''

It would be easier for the user to make that value "stick" either globally or in subsequent links. At this point I think it is better to have it global so the user can simply add it to the last link instead of the first.

One idea is to add the same named flags but capitalized.

graph sine.csv -C | graph cosine.csv --Marker ''
@mcastorina mcastorina added the enhancement New feature or request label Nov 6, 2018
@mcastorina mcastorina added this to New in Enhancements Nov 6, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Development

No branches or pull requests

1 participant