mirror of
https://github.com/lifegpc/pixiv_downloader.git
synced 2026-07-08 01:32:41 +08:00
Fix print help message will return 1
This commit is contained in:
@@ -140,6 +140,9 @@ impl Main {
|
||||
Command::Download => {
|
||||
return self.download();
|
||||
}
|
||||
Command::None => {
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
0
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user