diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-07-16 17:02:29 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-07-16 17:02:29 +0800 |
| commit | 9285084c63f48ba26fc3a3b0ab8a51792d13b14b (patch) | |
| tree | 96fbb81832f12fcd0b62dcd3d55795245d100bdb | |
| parent | ea6dda762aa147ebcbc29b269e65b78dd046f4dd (diff) | |
refactor: rename flag module to arg
| -rw-r--r-- | mingling_picker/src/arg.rs (renamed from mingling_picker/src/flag.rs) | 0 | ||||
| -rw-r--r-- | mingling_picker/src/lib.rs | 4 |
2 files changed, 2 insertions, 2 deletions
diff --git a/mingling_picker/src/flag.rs b/mingling_picker/src/arg.rs index 33c7829..33c7829 100644 --- a/mingling_picker/src/flag.rs +++ b/mingling_picker/src/arg.rs diff --git a/mingling_picker/src/lib.rs b/mingling_picker/src/lib.rs index 7e48db7..6f2640b 100644 --- a/mingling_picker/src/lib.rs +++ b/mingling_picker/src/lib.rs @@ -6,8 +6,8 @@ pub use picker::*; mod pickable; pub use pickable::*; -mod flag; -pub use flag::*; +mod arg; +pub use arg::*; mod infos; pub use infos::*; |
