| 187 | } |
| 188 | |
| 189 | void registerOptions(PO::ArgumentParser &Parser) const noexcept { |
| 190 | assuming(Desc); |
| 191 | if (Desc->AddOptions) { |
| 192 | Desc->AddOptions(Desc, Parser); |
| 193 | } |
| 194 | } |
| 195 | |
| 196 | Span<const PluginModule> modules() const noexcept { |
| 197 | assuming(Desc); |
no outgoing calls