diff options
Diffstat (limited to 'src/cmds/in')
| -rw-r--r-- | src/cmds/in/helpdoc.rs | 4 |
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, +} |
