Closed klauer closed 2 years ago
https://github.com/pcdshub/happi/blob/dc37705ab2ae93fc2f88bd67f5a771e7f80c8a28/happi/cli.py#L77
This was --json and now it's --show_json without proper deprecation of the original
--json
--show_json
Separately, if "show json" is deemed preferable, this should probably be --show-json to be more CLI-friendly.
--show-json
Restoring --json in addition to --show_json is easy enough, I can lump that into the audit PR.
closed by #286
Code
https://github.com/pcdshub/happi/blob/dc37705ab2ae93fc2f88bd67f5a771e7f80c8a28/happi/cli.py#L77
Issue
This was
--json
and now it's--show_json
without proper deprecation of the originalSeparately, if "show json" is deemed preferable, this should probably be
--show-json
to be more CLI-friendly.