charts icon indicating copy to clipboard operation
charts copied to clipboard

refactor(cluster tool): use []string for talos cmds

Open PrivatePuffin opened this issue 7 months ago • 0 comments

Is your feature request related to a problem?

currently cmds are generated as a string (see genApply) and later-on splitter into a []string for each individual command portion.

This might lead to issues with merging and resplitting based on space locations

Describe the solution you'd like

It is cleaner and less error prone to output the cmds into []string directly instead

Describe alternatives you've considered

.

Additional context

.

I've read and agree with the following

  • [x] I've checked all open and closed issues and my request is not there.
  • [x] I've checked all open and closed pull requests and my request is not there.

PrivatePuffin avatar Apr 06 '25 07:04 PrivatePuffin