Add --curses and --tty options, rename --variant to --hdf_variant

This commit is contained in:
2025-10-15 12:38:06 -05:00
parent 62d4fd34e5
commit 0b9f79e914
2 changed files with 10 additions and 7 deletions

View File

@@ -20,15 +20,15 @@
[group("upload")]
@upload_v37 *FLAGS:
uv run render.py hdf-37.rc -v nethack {{FLAGS}}
uv run render.py hdf-37.rc -hdf_variant nethack {{FLAGS}}
[group("upload")]
@upload_tnnt *FLAGS:
uv run render.py hdf-tnnt.rc -v tnnt {{FLAGS}}
uv run render.py hdf-tnnt.rc -hdf_variant tnnt {{FLAGS}}
[group("show")]
@upload_crecelle *FLAGS:
uv run render.py hdf-crecelle.rc -v crecellehack {{FLAGS}}
uv run render.py hdf-crecelle.rc -hdf_variant crecellehack {{FLAGS}}
[group("upload")]
upload_all *FLAGS: (upload_v37 FLAGS) (upload_tnnt FLAGS) (upload_crecelle FLAGS)