Skip to content

Conversation

@LizaShak
Copy link
Collaborator

@LizaShak LizaShak commented Mar 17, 2025

Resolves #132

What is being addressed

The Makefile includes a custom help command that displays both the repository-specific and AzureTRE help for existing make commands.

How is this addressed

  • Added an override for a help command in the Makefile
  • The help command now displays help messages from both the current Makefile and the AzureTRE Makefile.
  • Added a sample command sample_command as a placeholder for future commands.

How to test

Run make help to see the combined help messages from both Makefiles.
Run make sample_command to see the sample command output.

Copy link
Member

@marrobi marrobi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

make help should list AzureTRE commands as well

4 participants