mirror of
https://github.com/urbit/shrub.git
synced 2024-12-23 10:52:12 +03:00
adds placeholder for -J (ivory pill, unimplemented)
This commit is contained in:
parent
92fca35aec
commit
2ef674b4b3
@ -77,8 +77,14 @@ _main_getopt(c3_i argc, c3_c** argv)
|
|||||||
u3_Host.ops_u.veb = c3n;
|
u3_Host.ops_u.veb = c3n;
|
||||||
u3_Host.ops_u.kno_w = DefaultKernel;
|
u3_Host.ops_u.kno_w = DefaultKernel;
|
||||||
|
|
||||||
while ( (ch_i=getopt(argc, argv,"B:w:f:K:p:LabcdgqvxFPDR")) != -1 ) {
|
while ( (ch_i=getopt(argc, argv,"J:B:w:f:K:p:LabcdgqvxFPDR")) != -1 ) {
|
||||||
switch ( ch_i ) {
|
switch ( ch_i ) {
|
||||||
|
case 'J': {
|
||||||
|
// XX should set path to ivory pill
|
||||||
|
// u3_Host.ops_u.lit_c = strdup(optarg);
|
||||||
|
// break;
|
||||||
|
return c3n;
|
||||||
|
}
|
||||||
case 'B': {
|
case 'B': {
|
||||||
u3_Host.ops_u.pil_c = strdup(optarg);
|
u3_Host.ops_u.pil_c = strdup(optarg);
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user