plastikfan / zenobia

Regular expression based file management library
MIT License
0 stars 0 forks source link

ArgumentRefs & ArgumentDefs confusion #14

Closed plastikfan closed 4 years ago

plastikfan commented 5 years ago

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".

plastikfan commented 5 years ago

branch: fix-arguments

plastikfan commented 5 years ago

branch: fix-arguments