aboutsummaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authorGravatar Runxi Yu2026-03-06 01:26:51 +0800
committerGravatar Runxi Yu2026-03-06 01:26:51 +0800
commit771884bc160b28a3a21ec6210680315defd5bccd (patch)
tree1248f98ed9234914d74659073bf2b52412294377 /cmd
parentrepository: Remove write_loose functions (diff)
signatureNo signature
*: Add some more package-level docs v0.1.53
Diffstat (limited to 'cmd')
-rw-r--r--cmd/doc.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/cmd/doc.go b/cmd/doc.go
new file mode 100644
index 00000000..cdc58288
--- /dev/null
+++ b/cmd/doc.go
@@ -0,0 +1,2 @@
+// Package cmd encapsulates various commands provided by this module.
+package cmd