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
Implement version command Also self explanatory, show current ksau's version
Footnotes
This flag can only be implemented once we switch the upload behavior to behave like old ksau. Where for files <100MB, a random remote is chosen. For files >=100MB, remote with the most free space is chosen. Currently ksau upload's argument is <remote> <file> <folder>, and we want to get rid of <remote>. The old implementation also caches the remote with most free space to avoid spamming same request to MS's API. ↩
Even better if we can add flags to customize the output. ↩
The text was updated successfully, but these errors were encountered:
ksau-go TODOs checklist
Note: this list is based off the help message, including some extra details.
list
command2update
commandSelf explanatory, update ksau in-place
version
commandAlso self explanatory, show current ksau's version
Footnotes
This flag can only be implemented once we switch the upload behavior to behave like old ksau. Where for files <100MB, a random remote is chosen. For files >=100MB, remote with the most free space is chosen. Currently
ksau upload
's argument is<remote> <file> <folder>
, and we want to get rid of<remote>
. The old implementation also caches the remote with most free space to avoid spamming same request to MS's API. ↩Even better if we can add flags to customize the output. ↩
The text was updated successfully, but these errors were encountered: