Dyalog / link

Source code for Link – the built-in component that enables the use of text files as the primary storage mechanism for APL source code
https://dyalog.github.io/link
MIT License
19 stars 10 forks source link

}LINK.Create has a modified -sysvars, doc calls it "-sysVars" #367

Closed mbaas2 closed 2 years ago

mbaas2 commented 2 years ago

Describe the bug `]LINK.Create -?' shows the help:

]LINK.Create <ns> <dir> ...[-sysvars] ...

The help indicates that this modifier should be spelled "sysVars".

mkromberg commented 2 years ago

This may not be a great decision, but it is documented at https://dyalog.github.io/link/3.0/API/ that

Although option names are case sensitive and some of them contain uppercase letters when provided to API functions via option namespaces, the user command option names are entirely lowercase, to make interactive use more convenient.