azd version 1.0.0 (commit ed2244cb62e7940ec5aceb3b68ea49158272dd7e)
Expected:
The usage text about configuring AZD_CONFIG_DIR should show up.
Actual:
No usage text is present.
Since azd migrated away from using cobra's default display, setting a cobra command's Long text and also configuring HelpOptions means that Long text is never displayed.
This line is likely ineffectual code currently.
Let's fix the help text here.
Let's also investigate how to more cohesively avoid these types of issues from popping up.
azd version 1.0.0 (commit ed2244cb62e7940ec5aceb3b68ea49158272dd7e)Expected:
The usage text about configuring
AZD_CONFIG_DIRshould show up.Actual:
No usage text is present.
Since azd migrated away from using
cobra's default display, setting a cobra command'sLongtext and also configuringHelpOptionsmeans thatLongtext is never displayed.This line is likely ineffectual code currently.
Let's fix the help text here.
Let's also investigate how to more cohesively avoid these types of issues from popping up.