Skip to content

Commit

Permalink
Mess around in the hope to get things to build
Browse files Browse the repository at this point in the history
  • Loading branch information
fare committed Oct 28, 2023
1 parent 2622d30 commit 12acdd5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 3 additions & 3 deletions doc/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -151,10 +151,10 @@ module.exports = {
path: "/reference/std/cli/",
children: [
"cli/",
"cli/getopt",
//"cli/getopt",
"cli/shell",
"cli/print-exit",
"cli/multicall",
//"cli/print-exit",
//"cli/multicall",
]
},

Expand Down
2 changes: 0 additions & 2 deletions doc/reference/std/cli/getopt.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,5 +188,3 @@ For an example, here the a command line parser for the `gxpkg` program:
((search)
(search-pkgs .keywords)))))
```


0 comments on commit 12acdd5

Please sign in to comment.