We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In the aria2 docs, https://aria2.github.io/manual/en/html/aria2c.html#cmdoption-O shows the syntax is "-O, --index-out=<INDEX>=<PATH>" and "You can use this option multiple times."
-O, --index-out=<INDEX>=<PATH>
And https://aria2.github.io/manual/en/html/aria2c.html#xml-rpc-example here also shows header and index-out can use array.
header
index-out
But now we only have a string type:
string
maria2/src/types/option.ts
Lines 140 to 142 in e87de6c
The text was updated successfully, but these errors were encountered:
I see. Maybe fix it later :)
Sorry, something went wrong.
Fixed in https://github.com/hydrati/maria2/releases/tag/v0.3.1
No branches or pull requests
In the aria2 docs, https://aria2.github.io/manual/en/html/aria2c.html#cmdoption-O shows the syntax is "
-O, --index-out=<INDEX>=<PATH>
" and "You can use this option multiple times."And https://aria2.github.io/manual/en/html/aria2c.html#xml-rpc-example here also shows
header
andindex-out
can use array.But now we only have a
string
type:maria2/src/types/option.ts
Lines 140 to 142 in e87de6c
The text was updated successfully, but these errors were encountered: