diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-02-27 06:43:08 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-02-27 06:43:08 +0800 |
| commit | 84b004a421000c776f1009687562a47533d6cff7 (patch) | |
| tree | 39b6643003e19c231e280dd3ae57f4dd98351a76 /src/cmds/in | |
| parent | 33c3965dd84d37c7170ab7193b7d268abe57aabd (diff) | |
Add sheetedit command for editing sheet files
Diffstat (limited to 'src/cmds/in')
| -rw-r--r-- | src/cmds/in/sheetedit.rs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/cmds/in/sheetedit.rs b/src/cmds/in/sheetedit.rs new file mode 100644 index 0000000..b469580 --- /dev/null +++ b/src/cmds/in/sheetedit.rs @@ -0,0 +1,6 @@ +use std::path::PathBuf; + +pub struct JVSheeteditInput { + pub file: PathBuf, + pub editor: String, +} |
