* @brief Get the number of command line arguments. * * @return The number of arguments. */
| 3931 | * @return The number of arguments. |
| 3932 | */ |
| 3933 | [[nodiscard]] std::size_t size() const |
| 3934 | { |
| 3935 | return args.size(); |
| 3936 | } |
| 3937 | |
| 3938 | /** |
| 3939 | * @brief Verify that the command line arguments belong to the list of allowed arguments. |
no outgoing calls
no test coverage detected