This repository was archived by the owner on Jun 19, 2026. It is now read-only.
Commit 57207fd
committed
Refactor namespace dependencies in handlers
Updated `ConfigCommandOptionsHandler` to use `PluginConfig` namespace instead of `Workflows`. Similarly, updated `PluginsCommandOptionsHandler` to use `Plugins` namespace instead of `Workflows`. These changes improve modularity and align dependencies with their respective functionalities.
#1301 parent 7040fe1 commit 57207fd
2 files changed
Lines changed: 2 additions & 2 deletions
File tree
- src/FlowCtl/Commands
- Config
- Plugins
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
0 commit comments