mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18:41 -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_) => {
|
||||
const pluginName = args_[0];
|
||||
assertPluginName(pluginName);
|
||||
open(`http://ghub.io/${pluginName}`, {wait: false, url: true});
|
||||
open(`http://ghub.io/${pluginName}`, {wait: false});
|
||||
process.exit(0);
|
||||
},
|
||||
['d', 'h', 'home']
|
||||
|
|
|
|||
Loading…
Reference in a new issue