Changes

1 byte removed ,  09:01, 12 August 2022
m
no edit summary
Line 71: Line 71:  
== Difference between Go and Python CLI ==
 
== Difference between Go and Python CLI ==
 
* The Go CLI uses JSON as the standard output format for all commands, whereas the Python CLI uses custom formats for <code>crit explore</code>. This results in different outputs for the same command, although the content remains the same.
 
* The Go CLI uses JSON as the standard output format for all commands, whereas the Python CLI uses custom formats for <code>crit explore</code>. This results in different outputs for the same command, although the content remains the same.
* The Go JSON output uses <code>camelCased</code> field names, whereas the Python CLI JSON output uses <code>snake_case</code> field names.
+
* The Go JSON output uses <code>camelCase</code> field names, whereas the Python CLI JSON output uses <code>snake_case</code> field names.
    
[[Category: Images]]
 
[[Category: Images]]
 
[[Category: API]]
 
[[Category: API]]
 
[[Category: Go]]
 
[[Category: Go]]
16

edits