Skip to content

make flags stick when chaining #17

Open
@mcastorina

Description

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 ''

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions