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

Add "fast mode" to fpkg #2

Closed
Boris-Dimov opened this issue Jul 2, 2022 · 1 comment
Closed

Add "fast mode" to fpkg #2

Boris-Dimov opened this issue Jul 2, 2022 · 1 comment
Labels
enhancement New feature or request ez pz lemon squeez Eaz to solv by new programmers

Comments

@Boris-Dimov
Copy link
Contributor

It's nice to have the delays in fpkg and all, but sometimes you just want to get things done quick.

I propose we do it the following way: we crate our own function in place of sleep (call it 'sleepy' or sth), which will check if a command-line variable (say 'fast') is present, and call or not call sleep with the appropriate duration.

@Boris-Dimov Boris-Dimov added enhancement New feature or request ez pz lemon squeez Eaz to solv by new programmers labels Jul 2, 2022
@Boris-Dimov
Copy link
Contributor Author

Boris-Dimov commented Jul 2, 2022

Solved by commit c85cb6a

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request ez pz lemon squeez Eaz to solv by new programmers
Projects
None yet
Development

No branches or pull requests

1 participant