Easily turn Nushell modules into cross-shell CLI tools
library nu nushell
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

template: correctly set module path

+1 -1
+1 -1
template.nu
··· 2 2 # SPDX-License-Identifier: AGPL-3.0-only 3 3 # Copyright (c) 2026 MatrixFurry <matrix@matrixfurry.com> 4 4 5 - const module_path = @MODULE_PATH@ 5 + const module_path: path = "@MODULE_PATH@" 6 6 const module_name = $module_path | path basename 7 7 const print_usage = @PRINT_USAGE@ 8 8