NREL / OpenStudio

OpenStudio is a cross-platform collection of software tools to support whole building energy modeling using EnergyPlus and advanced daylight analysis using Radiance.
https://www.openstudio.net/
Other
501 stars 191 forks source link

openstudio --verbose not work #5014

Closed wenyikuang closed 11 months ago

wenyikuang commented 11 months ago

Issue overview

Not sure whether it counts as a bug since the flag is not in help documentation.

Current Behavior


openstudio --verbose
The following argument was not expected: --verbose
``

openstudio --verbose not work in rc2 any more.
## Expected Behavior
<!--- Tell us what should happen -->

## Steps to Reproduce
<!-- Provide an unambiguous set of steps to reproduce this bug. -->
<!--- Provide a link to a model that has the bug (a minimum complete and verifiable example (MCVE) is preferred) and/or code to reproduce -->
1. install rc2 in m1 mac
2. run openstudio --verbose
3. Face the issue
4.

## Possible Solution
<!--- Optional, but if you can, suggest a fix/reason for the bug, -->

## Details

### Environment
M1 mac
Some additional details about your environment for this issue (if relevant):
 - Platform (Operating system, version):
 - Version of OpenStudio (if using an intermediate build, include SHA):

### Context
<!--- How has this issue affected you? What are you trying to accomplish? -->
shorowit commented 11 months ago

Seems like it was intentional: https://github.com/NREL/OpenStudio/pull/4922

wenyikuang commented 11 months ago

Seems like it was intentional: #4922

Oh, looks like so. Let me close it then.