mirror of
https://github.com/clockworklabs/SpacetimeDB.git
synced 2026-05-09 17:19:45 -04:00
8a86ff6cf0
With the introduction of `spacetime.json`, our arg parsing has gotten more complex, and in particular, we now use the `sql_parts` argument to pass the database name rather than a separate positional arg, to support eliding the database name. This means that there is a case where both `sql_parts` and `interactive` will be supplied, so they cannot be marked as conflicting.