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

Use * for wildcard instead of empty expression #7

Closed
bretcope opened this issue Sep 24, 2014 · 1 comment
Closed

Use * for wildcard instead of empty expression #7

bretcope opened this issue Sep 24, 2014 · 1 comment

Comments

@bretcope
Copy link
Member

Right now, the easiest way to run once an hour is to say hours(), but this has readability issues, whereas hours(*) would probably make more sense to someone glancing at it. Do let's do that and deprecate the empty expression format. This should also make things like hours(*, !6) easy to write.

@bretcope bretcope mentioned this issue Oct 22, 2014
@bretcope
Copy link
Member Author

Completed.

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

No branches or pull requests

1 participant