MASSHUU12/godot-yat

Rework `CommandArguments`

Closed this issue · 0 comments

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