We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab60e9e commit 94d7d78Copy full SHA for 94d7d78
1 file changed
lib/ld/patch/format.rb
@@ -22,6 +22,7 @@ def self.cli_commands
22
patch: {
23
description: "Patch the current graph using a patch file",
24
help: "patch [--patch 'patch'] [--patch-file file]",
25
+ control: :button,
26
parse: true,
27
lambda: -> (argv, opts) do
28
opts[:patch] ||= case opts[:patch_file]
0 commit comments