summaryrefslogtreecommitdiffstats
path: root/crates/core/args.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/core/args.rs')
-rw-r--r--crates/core/args.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/core/args.rs b/crates/core/args.rs
index 9c490e4e..7a448362 100644
--- a/crates/core/args.rs
+++ b/crates/core/args.rs
@@ -186,7 +186,7 @@ impl Args {
/// Returns true if and only if `paths` had to be populated with a default
/// path, which occurs only when no paths were given as command line
/// arguments.
- fn using_default_path(&self) -> bool {
+ pub fn using_default_path(&self) -> bool {
self.0.using_default_path
}