Skip to content

Commit 451c9a7

Browse files
committed
add base option to installer command
1 parent b2367d0 commit 451c9a7

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/Onion/Command/InstallCommand.php

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,12 @@ class InstallCommand extends Command
2121

2222
function brief()
2323
{
24-
return 'use pear to install dependencies into current .local path';
24+
return 'Install dependencies into current vendor path';
25+
}
26+
27+
function options($opts)
28+
{
29+
$opts->add('b|base','base directory path');
2530
}
2631

2732

0 commit comments

Comments
 (0)