• R/O
  • HTTP
  • SSH
  • HTTPS

提交

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

A CLI tool for downloading from pixiv.net


Commit MetaInfo

修訂dd8da5d8b6282431158abb9125bd3cd531c8fa6f (tree)
時間2023-09-27 18:24:42
作者mio <stigma@disr...>
Commitermio

Log Message

Use same indentation for options in help messages

Change Summary

差異

--- a/source/app.d
+++ b/source/app.d
@@ -914,7 +914,7 @@ displayArtworkHelp(string programName)
914914 "download, you can change this to only print at the end by using the\n" ~
915915 "--group-errors option.\n" ~
916916 "\nOptions:\n" ~
917- " --group-errors\tDisplay errors at the end instead.\n" ~
917+ " --group-errors\tDisplay errors at the end instead.\n" ~
918918 "\nExamples:\n" ~
919919 "\n Download a single artwork:\n" ~
920920 " pixiv_down artwork id\n" ~
@@ -936,10 +936,10 @@ displayDailyHelp(string programName)
936936 "\nThe only required option is the END date. Both the BEGIN and END\n" ~
937937 "dates are in the format of YYYY-MM-DD, for example: 2023-06-20.\n" ~
938938 "\nOptions:\n" ~
939- " -b, --begin BEGIN \tThe date the begin downloading from.\n" ~
940- " -e, --end END \tThe date to finish downloading at.\n" ~
941- " -h, --help \tDisplay this help message and exit.\n" ~
942- " -r, --restrict RESTRICT \tRestrict the rating of works to\n" ~
939+ " -b, --begin BEGIN \tThe date the begin downloading from.\n" ~
940+ " -e, --end END \tThe date to finish downloading at.\n" ~
941+ " -h, --help \tDisplay this help message and exit.\n" ~
942+ " -r, --restrict RESTRICT \tRestrict the rating of works to\n" ~
943943 " \tdownload.\n" ~
944944 " \t Default: both\n" ~
945945 " \t Options: both, r18, safe\n" ~
@@ -970,10 +970,10 @@ void displayFollowingHelp(string programName)
970970 "followed creators by using the --public and --private options. They\n" ~
971971 "cannot be combined.\n" ~
972972 "\nOptions:\n" ~
973- " -h, --help \tPrint this help message and exit.\n" ~
974- " -s, --skip NUMBER\tSkip downloading the first NUMBER creators.\n" ~
975- " --private \tDownload from privately followed creators.\n" ~
976- " --public \tDownload from publicaly followed creators.\n" ~
973+ " -h, --help \tPrint this help message and exit.\n" ~
974+ " -s, --skip NUMBER\tSkip downloading the first NUMBER creators.\n" ~
975+ " --private \tDownload from privately followed creators.\n" ~
976+ " --public \tDownload from publicaly followed creators.\n" ~
977977 "\nExamples:\n" ~
978978 "\n Download all publicaly followed accounts:\n" ~
979979 " pixiv_down following --public\n" ~