Skip to content

Commit

Permalink
fix doc in toolkit.nu
Browse files Browse the repository at this point in the history
  • Loading branch information
amtoine committed Dec 6, 2024
1 parent 55e0c97 commit 84d253f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions toolkit.nu
Original file line number Diff line number Diff line change
Expand Up @@ -240,9 +240,9 @@ def document-command [

let page = [
$"# `($command)` from `($args.module_name)` \(see [source]\(($source)\)\)",
$help.usage,
$help.description,
"",
$help.extra_usage,
$help.extra_description,
"",
"## Parameters",
(
Expand Down Expand Up @@ -349,9 +349,9 @@ def document-module [
let page = [
$"# Module `($module_name)`",
"## Description",
$module.usage,
$module.description,
"",
$module.extra_usage,
$module.extra_description,
"",
"## Commands",
$commands,
Expand Down

0 comments on commit 84d253f

Please sign in to comment.