Developing formulae or casks #5946
-
Output of
|
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 11 replies
-
|
I tried changing it to: and the formula completed successfully, the ... but the |
Beta Was this translation helpful? Give feedback.
-
|
Have you tried using generate_completions_from_executable()? That seems to be the go-to wrapper for doing what you want in a Homebrew-compliant way, in use by almost 600 formulae in Homebrew core alone. |
Beta Was this translation helpful? Give feedback.
-
|
Some progress: This almost works. The "dgt" tool does run, and installs the |
Beta Was this translation helpful? Give feedback.
-
|
Got it working: This is specific somewhat to my tool, which normally writes some files to |
Beta Was this translation helpful? Give feedback.
Got it working: