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
It is a small error but it shows. if the file has 0; Never or 1; Once registered in favorites: it will show the message;
0; Never
1; Once
favorites
favorites Never</td></tr></table></div><div
favorites Once</td></tr></table></div><div
but if you have ahem: 86 in favorites, it will simply be:
86
favorites 86
And if you use the -s option, a column of # will simply appear:
-s
#
# # # # #...
The text was updated successfully, but these errors were encountered:
ensure '-s/--simulate' always prints filenames (#1360)
b6719be
by assuming a potentially wrong filename extension in cases where the correct one would only get known after a download started
90830da
No branches or pull requests
It is a small error but it shows.
if the file has
0; Never
or1; Once
registered infavorites
: it will show the message;but if you have ahem:
86
infavorites
, it will simply be:And if you use the
-s
option, a column of#
will simply appear:The text was updated successfully, but these errors were encountered: