FerretDB / dance

FerretDB integration testing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add flags to enable strict stable API

AlekSi opened this issue · comments

Our examples for .NET, Python and Java should accept -strict or --strict (whatever is easier) boolean flag that would enable strict Stable API.

We should use appropriate standard libraries for those languages for flags / arguments parsing, not accept "raw" CLI parameters directly (i.e., in Python, we should use argparse module instead of accessing sys.argv directly).

Tasks

Dance CI changes are not in scope.