From 567b5a882af94280a43352abde8ec362abc4facd Mon Sep 17 00:00:00 2001 From: Emily Grace Seville Date: Fri, 15 Apr 2022 13:44:09 +1000 Subject: [PATCH] nu: refresh page (#8005) --- pages/common/nu.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/common/nu.md b/pages/common/nu.md index 4a8bf758e6..0b4371ae0d 100644 --- a/pages/common/nu.md +++ b/pages/common/nu.md @@ -8,14 +8,14 @@ `nu` -- Execute commands: +- Execute specific commands: `nu --commands "{{echo 'nu is executed'}}"` -- Execute a script: +- Execute a specific script: `nu {{path/to/script.nu}}` -- Execute a script with logging: +- Execute a specific script with logging: `nu --loglevel {{error|warn|info|debug|trace}} {{path/to/script.nu}}`