mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-25 08:41:05 +00:00
..
This commit is contained in:
parent
bedd5332dd
commit
f80eb6eda1
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ use crate::{manager::Manager, tasks::Tasks};
|
||||||
|
|
||||||
#[derive(Default)]
|
#[derive(Default)]
|
||||||
pub(super) struct Opt {
|
pub(super) struct Opt {
|
||||||
pub no_cwd_file: bool,
|
pub(super) no_cwd_file: bool,
|
||||||
}
|
}
|
||||||
impl From<CmdCow> for Opt {
|
impl From<CmdCow> for Opt {
|
||||||
fn from(c: CmdCow) -> Self { Self { no_cwd_file: c.bool("no-cwd-file") } }
|
fn from(c: CmdCow) -> Self { Self { no_cwd_file: c.bool("no-cwd-file") } }
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue