Skip to content

Commit b968092

Browse files
committed
Add 'mtree' output format to completion.yaml with monochrome description
1 parent 36b2ab0 commit b968092

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

data/completion.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,8 @@ complete:
263263
desc: A table-like forcely colored format -only for list outputs-
264264
- name: out=ctree
265265
desc: A tree-like forcely colored format
266+
- name: out=mtree
267+
desc: A tree-like forcely monochrome format
266268
- name: out=cyaml
267269
desc: An YAML colored format
268270
- name: out=db
@@ -632,4 +634,4 @@ complete:
632634
- name: xrfn=
633635
desc: A javascript code, receiving each input array record as 'args' and return it's code evaluation
634636
- name: val2icon=
635-
desc: If defined will transform undefined, null and boolean values to emoticons -values can be 'default' or 'simple'-
637+
desc: If defined will transform undefined, null and boolean values to emoticons -values can be 'default' or 'simple'-

0 commit comments

Comments
 (0)