将 justfile 转为JSON文件
--dump 命令可以和 --dump-format json 一起使用,以打印一个 justfile 的JSON表示。JSON格式目前还不稳定,所以需要添加 --unstable 标志。
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help
justfile 转为JSON文件--dump 命令可以和 --dump-format json 一起使用,以打印一个 justfile 的JSON表示。JSON格式目前还不稳定,所以需要添加 --unstable 标志。