You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Integration with scripts and other other complex tools such as crontab
Use minimal resources instead of acting as a daemon + GUI
Easier user testing of core features with CLI
Fail-safe in the event of GUI failure (e.g. due to Qt)
Describe the solution you'd like
Ideally, the CLI can be run statelessly with runtime parameters / environment variables / input files. Depending on the current architecture, it might be trivial to adapt existing interfaces to any of your favorite libraries here https://go.dev/solutions/clis
Additional context
This feature would be similar to fluminurs
The text was updated successfully, but these errors were encountered:
Advantages:
crontab
Describe the solution you'd like
Ideally, the CLI can be run statelessly with runtime parameters / environment variables / input files. Depending on the current architecture, it might be trivial to adapt existing interfaces to any of your favorite libraries here https://go.dev/solutions/clis
Additional context
This feature would be similar to fluminurs
The text was updated successfully, but these errors were encountered: