Skip to content

Commit e0532ad

Browse files
committed
]Cider.Config -? provided incorrect information
1 parent cc6b7c1 commit e0532ad

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

APLSource/Cider/History.apla

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
'* 0.48.1 ⋄ 2025-06-26'
33
' * Reference added to all help pages regarding the full documentation'
44
' * Bug fixes'
5+
' * ]Cider.Config -? provided incorrect information'
56
' * #118, #119 '
67
' * README corrected and polished'
78
' * Help for user commands corrected'

APLSource/Cider/UC/Help.aplf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
r,←⊂'Break the Link between one or more project spaces and their associated files on disk'
1414
r,←⊂']Cider.CloseProject [<namespace-name>|alias-name] -all -fast'
1515
:Case ⎕C'Config'
16-
r,←⊂'Allow the user to edit one or both of Cider''s config files'
17-
r,←⊂']Cider.Config -print'
16+
r,←⊂'Print the content of Cider''s global config file, and optionally edit it'
17+
r,←⊂']Cider.Config -edit'
1818
:Case ⎕C'CreateProject'
1919
r,←⊂'Convert the given folder into a project'
2020
r,←⊂']Cider.CreateProject <folder> [<project-namespace>] -alias= -acceptConfig -noEdit -batch -ignoreUserExec'

apl-package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@
2121
tags: "project-management",
2222
tatin_version: "0.103.0",
2323
userCommandScript: "APLSource/Cider_UC.dyalog",
24-
version: "0.48.1-beta-5+939",
24+
version: "0.48.1-beta-6+939",
2525
}

0 commit comments

Comments
 (0)