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 11 forks source link

The help for ]Link.configure is not good enough #652

Open aplteam opened 1 month ago

aplteam commented 1 month ago

According to the help, this statement should return the current value for text in the config file:

      ]LINK.Configure *                                                                                         
Contents of "C:\Users\kai\Documents\.linkconfig":
   Debug     :  NOTIFY:1 
   Settings  :  text:plain 
      ]LINK.Configure * text:                                                                                         
ERRORS ENCOUNTERED: unknown configuration option(s):  text
     ]LINK.Configure * Settings:text:                                                                                         
ERRORS ENCOUNTERED: unknown configuration option(s):  Settings 

The help should be more explicit about how to do that.