Rework `CommandArguments`
MASSHUU12 opened this issue · 0 comments
MASSHUU12 commented
Describe the solution you'd like
Rename CommandArguments
to CommandData
.
Separate arguments & options.
Move not validated data to RawArguments
& RawOptions
variables.
A new record should look like this:
- Yat
- Terminal
- Command
- Arguments
- Options
- RawData
- CancellationToken