Skip to content

Commit 720dffd

Browse files
committed
add a main command to toolkit.nu
This commit allows a plain `toolkit` call to give the help of the module.
1 parent 0ea973b commit 720dffd

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

toolkit.nu

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,3 +245,5 @@ export def setup-git-hooks [] {
245245
print $"aborting ('toolkit setup-git-hooks' | pretty-print-command)"
246246
}
247247
}
248+
249+
export def main [] { help toolkit }

0 commit comments

Comments
 (0)