We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
mix ash_sqlite.drop
1 parent fe98b0e commit c0ae95dCopy full SHA for c0ae95d
lib/mix/tasks/ash_sqlite.drop.ex
@@ -24,11 +24,11 @@ defmodule Mix.Tasks.AshSqlite.Drop do
24
## Examples
25
26
27
- mix ash_sqlite.drop -r MyApp.Domain1,MyApp.Domain2
+ mix ash_sqlite.drop -d MyApp.Domain1,MyApp.Domain2
28
29
## Command line options
30
31
- * `--doains` - the domains who's repos should be dropped
+ * `--domains` - the domains who's repos should be dropped
32
* `-q`, `--quiet` - run the command quietly
33
* `-f`, `--force` - do not ask for confirmation when dropping the database.
34
Configuration is asked only when `:start_permanent` is set to true
0 commit comments