diff --git a/doc/.vuepress/config.js b/doc/.vuepress/config.js index 90afb59b4..a294d819c 100644 --- a/doc/.vuepress/config.js +++ b/doc/.vuepress/config.js @@ -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", ] }, diff --git a/doc/reference/std/cli/getopt.md b/doc/reference/std/cli/getopt.md index c2696cd5e..9df281bc6 100644 --- a/doc/reference/std/cli/getopt.md +++ b/doc/reference/std/cli/getopt.md @@ -188,5 +188,3 @@ For an example, here the a command line parser for the `gxpkg` program: ((search) (search-pkgs .keywords))))) ``` - -