diff doc.go @ 83:d8c30f64e301 draft

何をしていたか忘れてしまった Signed-off-by: Izuru Yakumo <yakumo.izuru@chaotic.ninja>
author yakumo.izuru
date Tue, 26 Mar 2024 02:18:06 +0000
parents e8eb1fdb4b03
children
line wrap: on
line diff
--- a/doc.go	Tue Mar 26 02:14:25 2024 +0000
+++ b/doc.go	Tue Mar 26 02:18:06 2024 +0000
@@ -4,14 +4,6 @@
 // Requires zero configuration to get started
 // Named after Aya Shameimaru from Touhou Project
 
-// Current subcommands available:
-// build -- Generate the site, result can be found at .pub
-// build [file] -- Only generate the argument passed to standard output
-// serve -- Spawn an HTTP server in localhost port 8000, serving the .pub directory
-// var [file] -- Query variables from a markdown file
-// version -- Print version and exit
-// watch -- (Re)generate site while looking for changes
-
 // Aya is licensed under the MIT license
 // This is a hard fork of git.mills.io/prologic/zs, which in turn is a fork of zserge's zs
 // This one (re)incorporates the features removed in the former from the latter