Skip to content

Commit 94d7d78

Browse files
committed
Use button control for HTML ui.
1 parent ab60e9e commit 94d7d78

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/ld/patch/format.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ def self.cli_commands
2222
patch: {
2323
description: "Patch the current graph using a patch file",
2424
help: "patch [--patch 'patch'] [--patch-file file]",
25+
control: :button,
2526
parse: true,
2627
lambda: -> (argv, opts) do
2728
opts[:patch] ||= case opts[:patch_file]

0 commit comments

Comments
 (0)