localPackages.hpcstat: support more bsub options

This commit is contained in:
陈浩南 2024-05-11 00:20:08 +08:00
parent 6066245021
commit 10cc12788c

View File

@ -11,7 +11,7 @@ namespace hpcstat::lfs
return std::nullopt;
else
{
std::set<std::string> valid_args = { "J", "q", "n", "R", "o" };
std::set<std::string> valid_args = { "J", "q", "n", "R", "o", "e", "c" };
for (auto it = args.begin(); it != args.end(); ++it)
{
if (it->length() > 0 && (*it)[0] == '-')