You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ''
The text was updated successfully, but these errors were encountered:
Line specific flags need to be specified for each link in the chain.
e.g.
--marker ''
is specified twice belowIt 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.
The text was updated successfully, but these errors were encountered: