non important commit
This commit is contained in:
parent
410f25eef8
commit
62a342f7b0
1 changed files with 2 additions and 2 deletions
|
|
@ -10,12 +10,12 @@ in {
|
|||
#!${pkgs.nushell}/bin/nu
|
||||
|
||||
def main [
|
||||
name?: string
|
||||
type?: string
|
||||
name?: string
|
||||
--local (-l)
|
||||
] {
|
||||
if $name == null or $type == null {
|
||||
print "Usage: create-project <name> <type> [Options: -l]"
|
||||
print "Usage: create-project <type> <name> [Options: -l]"
|
||||
exit 1
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue