Unverified Commit bda4f36c authored by Peder Bergebakken Sundt's avatar Peder Bergebakken Sundt Committed by GitHub
Browse files

tcld: 0.41.0 -> 0.55.0 (#514318)

parents 7030d359 13cd7008
Loading
Loading
Loading
Loading
+4 −7
Original line number Diff line number Diff line
diff --git a/app/app.go b/app/app.go
index 57a9b36fdb..96acf94dc1 100644
index a9c2dae..23d1527 100644
--- a/app/app.go
+++ b/app/app.go
@@ -28,6 +28,7 @@
@@ -38,6 +38,7 @@ func NewApp(params AppParams) (*cli.App, error) {
 			EnableDebugLogsFlag,
 		},
 		Commands: params.Commands,
 		Commands: enabledCommands,
+		EnableBashCompletion: true,
 	}
 
 	return app, nil
 No newline at end of file
diff --git a/compgen.patch b/compgen.patch
new file mode 100644
index 0000000000..e69de29bb2
+2 −2
Original line number Diff line number Diff line
@@ -10,12 +10,12 @@

buildGoModule (finalAttrs: {
  pname = "tcld";
  version = "0.41.0";
  version = "0.55.0";
  src = fetchFromGitHub {
    owner = "temporalio";
    repo = "tcld";
    tag = "v${finalAttrs.version}";
    hash = "sha256-Jnm6l9Jj1mi9esDS6teKTEMhq7V1QD/dTl3qFhKsW4o=";
    hash = "sha256-VbhjfcGSXMJr/oaSDA7s8EuJhmyCdFfyix4T0bTfNE0=";
    # Populate values from the git repository; by doing this in 'postFetch' we
    # can delete '.git' afterwards and the 'src' should stay reproducible.
    leaveDotGit = true;