Skip to content

Commit 2a9e49a

Browse files
committed
don't return anything from toolkit command
1 parent b5385a2 commit 2a9e49a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

toolkit.nu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export def "check pr" [
3636

3737
# View subcommands.
3838
export def main []: nothing -> nothing {
39-
help toolkit
39+
print (help toolkit)
4040
}
4141

4242
# Wrap file lookup and exit codes.

0 commit comments

Comments
 (0)