The ArgumentRefs/Defs need to be clarified. This will probably only require changfes to tests and config files.
To be clear,
shared defintions will be "/Application/Cli/ArgumentDefs/Argument".
private definitions inside a command at "/Application/Cli/Commands/Command/ArgumentDefs"
references will be contained inside a command at
"/Application/Cli/Commands/Command/ArgumentRefs".
It should be noted that indiviual Argument elements should only be queried with either
".//ArgumentDefs/Argument" or ".//ArgumentRefs/Argument".
The ArgumentRefs/Defs need to be clarified. This will probably only require changfes to tests and config files.
To be clear, shared defintions will be "/Application/Cli/ArgumentDefs/Argument". private definitions inside a command at "/Application/Cli/Commands/Command/ArgumentDefs" references will be contained inside a command at "/Application/Cli/Commands/Command/ArgumentRefs".
It should be noted that indiviual Argument elements should only be queried with either ".//ArgumentDefs/Argument" or ".//ArgumentRefs/Argument".