summaryrefslogtreecommitdiff
path: root/.cargo
diff options
context:
space:
mode:
Diffstat (limited to '.cargo')
-rw-r--r--.cargo/registry.toml12
1 files changed, 9 insertions, 3 deletions
diff --git a/.cargo/registry.toml b/.cargo/registry.toml
index 060ca0a..f581074 100644
--- a/.cargo/registry.toml
+++ b/.cargo/registry.toml
@@ -2,14 +2,20 @@
### Commands ###
################
-[cmd.status]
-node = "status"
-type = "cmds::status::JVStatusCommand"
+# The system will automatically register commands under ./src/cmds/.
+# This section is mainly for registering commands not in the automatic registration directory.
+
+# [cmd.name]
+# node = "name"
+# type = "your_command::JVUnknownCommand"
#################
### Renderers ###
#################
+# Only register renderers here that need to be overridden using the `--renderer` flag.
+# After registration, you can use the format `command --renderer renderer_name` to override the renderer.
+
# Default Renderer
[renderer.default]
name = "default"