
nu
List of commands for nu:
-
nu:tldr:54786 nu: Execute specific commands.$ nu --commands "${echo 'nu is executed'}"try on your machineexplain this command
-
nu:tldr:bad15 nu: Execute a specific script.$ nu ${path-to-script-nu}try on your machineexplain this command
-
nu:tldr:bd352 nu: Execute a specific script with logging.$ nu --log-level ${select} ${path-to-script-nu}try on your machineexplain this command