Loading pkgs/by-name/tc/tcld/compgen.patch +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 pkgs/by-name/tc/tcld/package.nix +2 −2 Original line number Diff line number Diff line Loading @@ -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; Loading Loading
pkgs/by-name/tc/tcld/compgen.patch +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
pkgs/by-name/tc/tcld/package.nix +2 −2 Original line number Diff line number Diff line Loading @@ -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; Loading