Skip to content

Commit

Permalink
fix: text file line break (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlkaidChan authored Sep 29, 2024
1 parent cffe7a7 commit 1fb8c4a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file removed build/initContainer/bscp.exe
Binary file not shown.
2 changes: 1 addition & 1 deletion cmd/bscp/pull.go
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ func init() {
mustBindPFlag(pullViper, "file_cache.threshold_gb", PullCmd.Flags().Lookup("cache-threshold-gb"))
PullCmd.Flags().BoolP("enable-resource", "e", true, "enable report resource usage")
mustBindPFlag(pullViper, "enable_resource", PullCmd.Flags().Lookup("enable-resource"))
PullCmd.Flags().BoolP("text-line-break", "", false, "text file line break, default as LF")
PullCmd.Flags().StringP("text-line-break", "", "", "text file line break, default as LF")
mustBindPFlag(pullViper, "text_line_break", PullCmd.Flags().Lookup("text-line-break"))

for key, envName := range commonEnvs {
Expand Down

0 comments on commit 1fb8c4a

Please sign in to comment.