fix: commands.go location in architecture docs (#1451)

Signed-off-by: ollevche <ollevche@gmail.com>
This commit is contained in:
Oleksandr Levchenkov 2024-04-01 13:47:22 +03:00 committed by GitHub
parent 207a5e20c8
commit 8321f14786
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -26,7 +26,7 @@ transfers immediately into one of the "command" implementations in
[the `command` package](https://pkg.go.dev/github.com/opentofu/opentofu/internal/command). [the `command` package](https://pkg.go.dev/github.com/opentofu/opentofu/internal/command).
The mapping between the user-facing command names and The mapping between the user-facing command names and
their corresponding `command` package types can be found in the `commands.go` their corresponding `command` package types can be found in the `commands.go`
file in the root of the repository. file under the `cmd/tofu` directory (package `main`).
The full flow illustrated above does not actually apply to _all_ commands, The full flow illustrated above does not actually apply to _all_ commands,
but it applies to the main OpenTofu workflow commands `tofu plan` and but it applies to the main OpenTofu workflow commands `tofu plan` and