mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-21 23:01:05 +00:00
chore: bump version to 0.1.3
This commit is contained in:
parent
08a0735dde
commit
d83b8027f9
1 changed files with 3 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
use std::{env, fs, os::unix::prelude::OsStrExt, path::{Path, PathBuf}, time::{self, SystemTime}};
|
||||
|
||||
use clap::Parser;
|
||||
use clap::{command, Parser};
|
||||
use md5::{Digest, Md5};
|
||||
|
||||
#[derive(Debug)]
|
||||
|
|
@ -12,6 +12,8 @@ pub struct Boot {
|
|||
}
|
||||
|
||||
#[derive(Debug, Parser)]
|
||||
#[command(name = "yazi")]
|
||||
#[command(version = "0.1.3")]
|
||||
struct Args {
|
||||
/// Write the cwd on exit to this file
|
||||
#[arg(long)]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue