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

Replace 'caf#' prefix for CAF options with 'caf.' #797

Merged
merged 2 commits into from
Mar 12, 2020

Conversation

dominiklohmann
Copy link
Member

The # made it really awkward to use, since it starts a comment in most shells.

vast '--caf#scheduler.max-threads=1' start

vast --caf.scheduler.max-threads=1 start

The # made it really awkward to use, since it starts a comment in most
shells.

```sh
vast '--caf#scheduler.max-threads=1' start

vast --caf.scheduler.max-threads=1 start
```
@dominiklohmann dominiklohmann merged commit 0b714f4 into master Mar 12, 2020
@dominiklohmann dominiklohmann deleted the story/ch13942 branch March 12, 2020 09:49
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.

2 participants