mirror of
https://github.com/casey/just.git
synced 2025-12-23 11:37:29 +00:00
7 lines
108 B
Rust
7 lines
108 B
Rust
use super::*;
|
|
|
|
#[derive(Debug, PartialEq, Clone, ValueEnum)]
|
|
pub(crate) enum DumpFormat {
|
|
Json,
|
|
Just,
|
|
}
|