FoldingAtHome / fah-client-bastet

Folding@home client, code named Bastet
GNU General Public License v3.0
74 stars 12 forks source link

fahctl: don't send command to non-existent group #274

Closed kbernhagen closed 2 months ago

kbernhagen commented 2 months ago

Don't send command to non-existent group. Setting state on a non-existent group will create it.

Also add groups command. Add PEP 723 Inline script metadata. Tools such as uv can use it.

https://packaging.python.org/en/latest/specifications/inline-script-metadata/

jcoffland commented 2 months ago

Thanks!