Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Quiet mode option #602

Open
xpqz opened this issue Sep 29, 2023 · 1 comment
Open

Quiet mode option #602

xpqz opened this issue Sep 29, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@xpqz
Copy link

xpqz commented Sep 29, 2023

When running Link 'unsupervised', e.g. when using LOAD=∘∘∘, it would be nice if there was a way to silence Link's diagnostic output:

Link Warning: ⎕SE.Link.Create: .NET or .NetCore not available - watch defaults to 'ns'
Linked: # → /src

Maybe we could have a

]link.create # /my/path/here --quiet

(although I prefer commands be quiet by default, and instead have a --verbose option).

This would be nice when running APL code in Docker, in GitHub actions etc, not to have Link 'pollute' the output.

@xpqz xpqz added the enhancement New feature or request label Sep 29, 2023
@abrudz
Copy link
Contributor

abrudz commented Sep 29, 2023

I'd say that the API functions should be quiet (error or return a status result instead). User commands can be noisy.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants