We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e67fd4 commit 37f0976Copy full SHA for 37f0976
1 file changed
src/main.rs
@@ -181,7 +181,15 @@ fn main() {
181
println!("{}", entry);
182
}
183
184
- if args_open_entry != "" {
+ if args_open_entry != ""
185
+ && args_tag == ""
186
+ && args_search == ""
187
+ && args_entry == ""
188
+ && args_open == ""
189
+ && !args.open_config
190
+ && !args.print_config
191
+ && !args.gen_report
192
+ {
193
let entry_date_naive = parse_entry_args(args_open_entry);
194
let entry_date = entry_date_naive.format("%Y-%m-%d").to_string();
195
if get_entry(entry_date_naive)
0 commit comments