mirror of
https://github.com/opentofu/opentofu.git
synced 2024-12-23 07:33:32 -06:00
fix: commands.go location in architecture docs (#1451)
Signed-off-by: ollevche <ollevche@gmail.com>
This commit is contained in:
parent
207a5e20c8
commit
8321f14786
@ -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 mapping between the user-facing command names and
|
||||
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,
|
||||
but it applies to the main OpenTofu workflow commands `tofu plan` and
|
||||
|
Loading…
Reference in New Issue
Block a user