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

Transfers - extra session args #93

Draft
wants to merge 9 commits into
base: dev
Choose a base branch
from

Conversation

hoffmannjan
Copy link
Contributor

@hoffmannjan hoffmannjan commented Aug 8, 2023

For now it only supports --session-arg like mentioned in a ticket.

I would consider supporting also JSON or complex args but was not sure about this - that's why for now I made parse::arg_simple::get public and use it in new_transfer method. If we would like to support all of the types then I can add different layer of abstraction dedicated to extending Transfer args.

@hoffmannjan hoffmannjan marked this pull request as draft August 8, 2023 11:34
@hoffmannjan hoffmannjan linked an issue Aug 8, 2023 that may be closed by this pull request
@hoffmannjan
Copy link
Contributor Author

hoffmannjan commented Aug 10, 2023

After discussion with @Fraser999 - we want to add support also for JSONs args - so I will add a new parser that supports both JSON and simple-args rather than calling manually parse::arg_simple::get.

Also we want to get rid of args-complex - listed here

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.

Support extra session args in client transfer subcommands
1 participant