## Description Prevents showing the log file location when calling commands that defer to help output or env details. Certain cases aren't caught, such as when calling a command with no flags (ex: `corso backup create exchange`). In those cases we catch the lack of flags and manually display the usage within the command handler. ## Does this PR need a docs update or release note? - [x] ⛔ No ## Type of change - [x] 🧹 Tech Debt/Cleanup ## Issue(s) * #2329 ## Test Plan - [x] 💪 Manual
31 lines
381 B
Plaintext
31 lines
381 B
Plaintext
# Binaries for programs and plugins
|
|
*.exe
|
|
*.exe~
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
.DS_Store
|
|
|
|
# Test binary, built with `go test -c`
|
|
*.test
|
|
|
|
# Output of the go coverage tool, specifically when used with LiteIDE
|
|
*.out
|
|
|
|
# IDE
|
|
.vscode
|
|
*.swp
|
|
|
|
# Standard configuration file names
|
|
.corso_test.toml
|
|
.corso.toml
|
|
|
|
# Logging
|
|
.corso.log
|
|
|
|
# Build directories
|
|
/bin
|
|
/docker/bin
|
|
/website/dist
|
|
|
|
*/test_results/** |