Describe the Bug
cloudquery installation makes troubles in bash completion
Expected Behavior
. /opt/homebrew/etc/bash_completion
CloudQuery Version
Version: 0.23.0
Commit: 3581f3d
Date: 2022-05-10T12:16:00Z
Debug Output
NA
Steps to Reproduce
brew install cloudquery
. /opt/homebrew/etc/bash_completion
-bash: Anonymous: command not found
Additional Context
head -3 /opt/homebrew/etc/bash_completion.d/cloudquery
Anonymous telemetry collection and crash reporting enabled. Run with --no-telemetry to disable, or check docs at https://docs.cloudquery.io/docs/cli/telemetry
# bash completion for cloudquery -*- shell-script -*-
References
bug introduced by:
|
ui.ColorizedOutput(ui.ColorInfo, "Anonymous telemetry collection and crash reporting enabled. Run with --no-telemetry to disable, or check docs at https://docs.cloudquery.io/docs/cli/telemetry\n") |
Describe the Bug
cloudquery installation makes troubles in bash completion
Expected Behavior
CloudQuery Version
Version: 0.23.0
Commit: 3581f3d
Date: 2022-05-10T12:16:00Z
Debug Output
NA
Steps to Reproduce
Additional Context
References
bug introduced by:
cloudquery/cmd/command.go
Line 85 in 3418426