diff options
Diffstat (limited to 'docs/README.md')
| -rw-r--r-- | docs/README.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/README.md b/docs/README.md index 2836cfc08..e668a4df9 100644 --- a/docs/README.md +++ b/docs/README.md @@ -254,6 +254,12 @@ For example: $ xmake run --help ``` +#### How to suppress all output info? + +```bash +$ xmake [-q|--quiet] +``` + #### How to do if xmake fails? Please attempt to clean configuration and rebuild it first. |
