-
-
Notifications
You must be signed in to change notification settings - Fork 623
Open
Description
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
- I've checked all open and closed issues and my request is not there.
- I've checked all open and closed pull requests and my request is not there.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request