Skip to content

Commit

Permalink
add flags to pear definition passed by appling
Browse files Browse the repository at this point in the history
  • Loading branch information
rafapaezbas committed Oct 21, 2024
1 parent cdc99b0 commit cab42cc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions def/pear.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,7 @@ module.exports = [
flag('--log', 'Label:sidecar Level:2 Fields: h:level,h:label'),
flag('--sidecar', 'Boot Sidecar'),
hiddenFlag('--run'), // appling legacy
hiddenFlag('--sandbox'), // appling legacy
hiddenFlag('--appling'), // appling legacy
hiddenFlag('--dht-bootstrap <nodes>')
]

0 comments on commit cab42cc

Please sign in to comment.