You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/docs/guides/introduction/using-directives.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -78,7 +78,7 @@ How can configuration that’s contained in source files be centralized?
78
78
configuration information.
79
79
Therefore, when your project needs to centralize its configuration, we recommend creating a `project.scala` file, and
80
80
placing the configuration there.
81
-
We plan to add ways to Scala CLI to migrate these settings into a centralized location with one command or click.
81
+
The experimental [Fix command](../../commands/fix.md) can do this automatically.
82
82
83
83
We are aware that `using` directives may be a controversial topic, so we’ve created
84
84
a [dedicated space for discussing `using` directives](https://github.com/VirtusLab/scala-cli/discussions/categories/using-directives-and-cmd-configuration-options).
0 commit comments