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

Instructions of source with `]Link.Refresh` are unclear and conflicting #508

Closed sloorush closed 11 months ago

sloorush commented 1 year ago

Describe the bug Instructions of source with ]Link.Refresh are unclear and don't work.

To Reproduce Steps to reproduce the behaviour:

      ]LINK.Refresh # -source=auto
* Command Execution Failed: invalid value for modifier <source> (must be ONE of
"ns dir both")                                                                 
      ]LINK.Refresh # -source=both
ERRORS ENCOUNTERED: ⎕SE.Link.Refresh: Invalid value both for modifier "source" 
      - must be one of:  auto  dir  ns 

Expected behaviour Both or auto should work. Docs mention "both" as an argument to source and -? mentions "auto" as an option.

Desktop (please complete the following information):