haf / expecto

A smooth testing lib for F#. APIs made for humans! Strong testing methodologies for everyone!
Apache License 2.0
663 stars 96 forks source link

A list of possible command line arguments would be helpful #421

Closed halcwb closed 3 years ago

halcwb commented 3 years ago

In order to find out possible CLI arguments, currently I have to explore the source code. It would be helpful to add them to the readme.

vilinski commented 3 years ago

is something missing if you just do dotnet run -- --help ?

halcwb commented 3 years ago

@vilinski No, you're right. Only I use the CLI Arguments in a script file. So, I didn't look at the CLI tool. Thans.