Skip to content
This repository has been archived by the owner on Jan 20, 2025. It is now read-only.

Fix [Golang] [Command] [Module] incorrect constant values #43

Merged
merged 1 commit into from
Dec 12, 2023

Conversation

H0llyW00dzZ
Copy link
Owner

  • [+] 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

- [+] 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
Copy link

CodeQL analysis is complete for PR #43

@H0llyW00dzZ H0llyW00dzZ merged commit b9c69da into master Dec 12, 2023
8 checks passed
@H0llyW00dzZ H0llyW00dzZ deleted the command branch December 12, 2023 13:13
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant