From f4ac52c86501e624d36f92c603963fb84fcfdbc3 Mon Sep 17 00:00:00 2001 From: mertcandav Date: Mon, 31 Jul 2023 17:23:42 +0300 Subject: [PATCH] add julenv command --- src/compiler/basic-commands.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/compiler/basic-commands.md b/src/compiler/basic-commands.md index 7271852..4af00b8 100644 --- a/src/compiler/basic-commands.md +++ b/src/compiler/basic-commands.md @@ -18,4 +18,10 @@ Tools for effective Jule. It includes tools that can add to your Jule experience See the command's help table for more information: ``` $ julec tool -``` \ No newline at end of file +``` + +## julenv +Show information about native jule environment. +``` +$ julec julenv +```