Skip to content

Commit

Permalink
v0.7.7
Browse files Browse the repository at this point in the history
  • Loading branch information
hot3eed committed Dec 8, 2020
1 parent 99cef59 commit c7b43ca
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ Options:
exmaple 'i:com.apple.*' or 'o:com.apple.apsd'.
-r, --parse Parse XPC dictionary keys that include either
`bplist00` or `bplist16` data.
-o OUTPUT, --output=OUTPUT
dump output to file OUTPUT
```
![screenshot_1.png](assets/screenshot_1.png)

Expand Down
2 changes: 1 addition & 1 deletion xpcspy/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.7.6'
__version__ = '0.7.7'
4 changes: 2 additions & 2 deletions xpcspy/console/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def _add_options(self, parser):
parser.add_option('-r', '--parse',
help="Parse XPC dictionary keys that include either `bplist00` or `bplist16` data.",
metavar='SHOULD_PARSE', action='store_true')
parser.add_option('-o', '--output', help="dump output to file OUTPUT", metavar='OUTPUT', type='string')
# parser.add_option('-o', '--output', help="dump output to file OUTPUT", metavar='OUTPUT', type='string')

def _initialize(self, parser, options, args):
if options.filter:
Expand All @@ -39,4 +39,4 @@ def _start(self):

def main():
app = XPCSpyApplication()
app.run()
app.run()

0 comments on commit c7b43ca

Please sign in to comment.