This repository has been archived by the owner on Jan 20, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix [Golang] [Command] [Module] incorrect constant values (#43)
- [+] fix(main.go): fix incorrect constant values for OutputFormatCSV, OutputFormatInline, OutputFormatPerLine, OutputFormatSeparateCSV, OutputFormatJSONInCSV - [+] feat(main.go): update prompt message for selecting CSV output format - [+] feat(main.go): add condition to prompt for single CSV file name if format option is not for separate CSV files - [+] feat(main.go): call function to convert sessions to a single CSV file if format option is for inline, per line, or JSON in CSV - [+] feat(main.go): call function to create separate CSV files for sessions and messages if format option is for separate CSV files - [+] fix(main_test.go): fix incorrect option value for OutputFormatSeparateCSVFiles in test case
- Loading branch information
1 parent
b171f73
commit b9c69da
Showing
2 changed files
with
13 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters