diff options
Diffstat (limited to 'helix-term/src/args.rs')
-rw-r--r-- | helix-term/src/args.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/helix-term/src/args.rs b/helix-term/src/args.rs index 6a49889b..99ce3992 100644 --- a/helix-term/src/args.rs +++ b/helix-term/src/args.rs @@ -17,6 +17,7 @@ pub struct Args { pub log_file: Option<PathBuf>, pub config_file: Option<PathBuf>, pub files: Vec<(PathBuf, Position)>, + pub open_cwd: bool, pub working_directory: Option<PathBuf>, } |