non important commit

This commit is contained in:
maxstrb 2026-01-05 23:47:28 +01:00
parent 410f25eef8
commit 62a342f7b0

View file

@ -10,12 +10,12 @@ in {
#!${pkgs.nushell}/bin/nu #!${pkgs.nushell}/bin/nu
def main [ def main [
name?: string
type?: string type?: string
name?: string
--local (-l) --local (-l)
] { ] {
if $name == null or $type == null { if $name == null or $type == null {
print "Usage: create-project <name> <type> [Options: -l]" print "Usage: create-project <type> <name> [Options: -l]"
exit 1 exit 1
} }