-
Notifications
You must be signed in to change notification settings - Fork 2
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
send bundle always requires a file yet CLI indicate it does not #2
Comments
|
Yes i see your point thanks... I did not quite explain myself it seems... There is an "add" command and so a user can add many files to a bundle, and and then just send what they added. To me the APi command structure is more precise because you add as many as you want and then you send. You dont caught cause in uncanny valley having to remember to only add 2 files and then add your last file with a send. This makes it harder to build build higher level tooling on top IMHO. |
Thank you for the comments @gedw99 & @HeCorr The current interface is indeed a little clunky.
At the moment, there's no way to create, add and then finally "send" (i.e. notify). |
why not modify the maybe also a flag to make the behavior explicit: I think that would be a more user-friendly implementation than adding an extra command. |
I like your proposal. However as you might have noticed, this project is not currently actively worked on. I would love to get back to it, but realistically I don't think it's going to happen in the next few months. |
Thanks fair enough. We all have other things going on . i am happy to refactor it to work with a gui and cli if anyone is interested ? |
That's totally understandable. I too would contribute if I wasn't busy myself.
I don't currently use this tool but why not? :) go ahead and have fun |
with a file it works
Yet the CLI seems to be saying that no file is needed:
The text was updated successfully, but these errors were encountered: