Skip to content

Commit ace3eca

Browse files
committed
FEAT: providing better info on port! values from help
1 parent 8c051b1 commit ace3eca

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/mezz/mezz-help.reb

+5-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ REBOL [
33
Title: "REBOL 3 Mezzanine: Help"
44
Rights: {
55
Copyright 2012 REBOL Technologies
6+
Copyright 2012-2022 Rebol Open Source Contributors
67
REBOL is a trademark of REBOL Technologies
78
}
89
License: {
@@ -282,7 +283,7 @@ import module [
282283
throw true
283284
]
284285
not any [word? :word path? :word] [
285-
output ajoin ["^[[1;32m" uppercase mold :word "^[[m is " form-type :word]
286+
output ajoin ["^[[1;32m" :word "^[[m is " form-type :word]
286287
throw true
287288
]
288289
path? :word [
@@ -304,6 +305,9 @@ import module [
304305
]
305306
]
306307
]
308+
port? :value [
309+
output ajoin ["^[[1;32m" uppercase mold :word "^[[m is " a-an value/spec/title " ^[[1;32m" value/spec/ref "^[[m^/"]
310+
]
307311
any-function? :value [
308312
spec: copy/deep spec-of :value
309313
args: copy []

0 commit comments

Comments
 (0)