Skip to content

Commit 8e3fe15

Browse files
authored
docs(zh-cn): make user defined menu layout clarification (#2097)
1 parent 787a5a1 commit 8e3fe15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zh-CN/book/line_editor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -603,7 +603,7 @@ let a = (ls | where size > 10MiB)
603603

604604
如果你发现默认的菜单对你来说是不够的,你需要要创建自己的菜单,Nushell 也可以帮你做到这点。
605605

606-
为了添加一个满足你需求的新菜单,你可以使用其中一个默认的布局作为模板。Nushell 中可用的模板有列式、列表式或描述式
606+
为了添加一个满足你需求的新菜单,你可以使用其中一个默认的布局作为模板。Nushell 中可用的模板有列式(`columnar`)、列表式(`list`)或描述式(`description`)
607607

608608
列式菜单将以列的方式向你显示数据,并根据你的列中显示的文本大小调整列数。
609609

0 commit comments

Comments
 (0)