Remove --self flag
alicederyn opened this issue · 0 comments
alicederyn commented
Originally posted by @godlygeek in #139 (comment)
I think we should probably just remove this flag. It isn't exercised by our tests, and it appears to have bit rotted:
$ pystack --self
usage: pystack [-h] [-v] [--no-color] {remote,core} ...
pystack: error: the following arguments are required: command
$ pystack --self remote
usage: pystack remote [-h] [-v] [--no-color] [--no-block] [--native] [--native-all] [--locals] [--exhaustive] [--self] pid
pystack remote: error: the following arguments are required: pid
I think we removed the code for handling this flag at some point, and missed removing the flag itself.
@alicederyn Would you be interested in updating the PR to remove all mentions of --self
instead?