summaryrefslogtreecommitdiff
path: root/src/cmds/in/helpdoc.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmds/in/helpdoc.rs')
-rw-r--r--src/cmds/in/helpdoc.rs4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/cmds/in/helpdoc.rs b/src/cmds/in/helpdoc.rs
new file mode 100644
index 0000000..6b72d43
--- /dev/null
+++ b/src/cmds/in/helpdoc.rs
@@ -0,0 +1,4 @@
+pub struct JVHelpdocInput {
+ pub name: String,
+ pub lang: String,
+}