Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
…313) ## 🎯 Aim Adding the m365 prefix: The m365 prefix is now included before every CLI command, ensuring that the logged commands accurately reflect what is run in the terminal. Logging CLI command options: The PR also includes the functionality to log the options passed with each command, providing better transparency and guidance for developers who want to understand the equivalent terminal commands for SPFx Toolkit features. However, the functionality to set json as the default output for all commands was not implemented, as there are parts of the code that use other output formats, such as md (Markdown). Changing the default output to json globally could break those functionalities. ![image](https://github.com/user-attachments/assets/61a93e6a-712f-4122-82fb-f00ae3ce18b7) ## 📷 Result ![Captura de tela 2024-09-30 124116](https://github.com/user-attachments/assets/0dce5b35-2022-4e54-980a-4c318441282f) ![Captura de tela 2024-09-30 124152](https://github.com/user-attachments/assets/eb01d647-8580-4677-912a-ea6af1ae10d2) ## 🔗 Related issue Closes: #283
- Loading branch information