Document exit-status codes in --help output
The new 0/1/2 exit codes had no footprint in --help; add an Exit status line so the documented behavior matches what the program now returns. Co-Authored-By: Claude Opus 4.8 <[email protected]>
This commit is contained in:
@@ -441,6 +441,9 @@ namespace URLNotesGrabberCORE
|
||||
Console.WriteLine("-updatepaths [rootPath]\t Read .tumblr/.tmblrpriv metadata from <root>\\Index and set Blogs.TTFolderPath");
|
||||
|
||||
Console.WriteLine("-importposts [path-to-posts.db]\t One-time migration: copy legacy ThreeTxtFileHelper posts.db rows into TL.db");
|
||||
|
||||
Console.WriteLine();
|
||||
Console.WriteLine("Exit status: 0 = success; 1 = unexpected error; 2 = usage error (unknown command or bad/missing arguments)");
|
||||
}
|
||||
|
||||
static void WritePostBlogsToFile(string outPath)
|
||||
|
||||
Reference in New Issue
Block a user