WIP docs: Dump all cmds

This commit is contained in:
Krystine Sherwin 2025-01-18 11:02:14 +13:00
parent 314b42da55
commit 26e3eec845
No known key found for this signature in database
1 changed files with 0 additions and 1 deletions

View File

@ -914,7 +914,6 @@ struct HelpPass : public Pass {
// iterate over commands
for (auto &it : pass_register) {
auto name = it.first;
if (name.compare("verific") != 0 && name.find("chformal") == string::npos) continue;
auto pass = it.second;
auto title = pass->short_help;
auto experimental_flag = pass->experimental_flag;