mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-18 06:28:40 -09:00
Remove url option from open call in cli
This commit is contained in:
parent
f930e85501
commit
ed8337db71
1 changed files with 1 additions and 1 deletions
|
|
@ -157,7 +157,7 @@ args.command(
|
||||||
(name, args_) => {
|
(name, args_) => {
|
||||||
const pluginName = args_[0];
|
const pluginName = args_[0];
|
||||||
assertPluginName(pluginName);
|
assertPluginName(pluginName);
|
||||||
open(`http://ghub.io/${pluginName}`, {wait: false, url: true});
|
open(`http://ghub.io/${pluginName}`, {wait: false});
|
||||||
process.exit(0);
|
process.exit(0);
|
||||||
},
|
},
|
||||||
['d', 'h', 'home']
|
['d', 'h', 'home']
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue