Add Commandline Options #11
Labels
No labels
bug
bugfix
improvement
rewrite
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Neshura/aob-lemmy-bot#11
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The following options and behavior should be usable:
Implementation should start with the
--web
Option, removing the TUI is not necessary for a WebUI to workAdditional flag:
--skip_idle
should skip over any idle or wait steps. Useful for speeding up debugging but should not be available for release builsTUI has been completely removed since it would conflict too heavily with socket based data transfers/daemon operation.
command line flag for skipping the idle step is likely a good idea anyway though
Milestone removed since 2.3.0 will focus on modularization instead