Skip to content

Commit f94a6dc

Browse files
authored
Input/Output Formats Default to YAML (#793)
1 parent ce6577b commit f94a6dc

File tree

17 files changed

+590
-608
lines changed

17 files changed

+590
-608
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Cannot deduce format of 'a.txt' from unknown extension 'txt'
1+
[2025-01-02T03:04:05] ERROR Formats do not match: yaml vs nml
Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
1-
Cannot deduce format of 'config.txt' from unknown extension 'txt'
1+
values:
2+
date: 20240105
3+
empty: null
4+
greeting: Good Night
5+
message: Good Night Moon Good Night Moon
6+
recipient: Moon
7+
repeat: 2
Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
1-
Specify --input-format when --input-file is not specified
1+
values:
2+
date: 20240105
3+
empty: null
4+
greeting: Good Night
5+
message: Good Night Moon Good Night Moon
6+
recipient: Moon
7+
repeat: 2
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Cannot deduce format of 'values.txt' from unknown extension 'txt'
1+
Hello, World!

0 commit comments

Comments
 (0)