mirror of
https://github.com/run-llama/semtools.git
synced 2026-07-21 11:15:24 -04:00
BUG: workspace status points to a workspace select <name> command that doesn't exist
#7
Reference in New Issue
Block a user
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?
Originally created by @gwtaylor on GitHub (Sep 25, 2025).
Thank you for releasing this useful suite of tools!
When running
workspace statuswith no active workspace the help gives:Running
workspace selectshows that is an unrecognized subcommand:The help should point to the actual way to activate a workspace:
export SEMTOOLS_WORKSPACE=<name>@logan-markewich commented on GitHub (Sep 25, 2025):
Ah yea ive already fixed this actually, just need to make a release. There was a last minute change from
workspace selecttoworkspace useThanks for checking out the project!
@gwtaylor commented on GitHub (Sep 26, 2025):
Thanks! I'll also point out one other part of the docs that was unclear to me as a new user. From the README:
What does it mean to "select" a workspace? Is that not what "activation" does?
My experience was that
workspace usecreated and initialized the workspace but it still needed to be activated via the environment variable. I assumed the activation was synonymous with workspace selection.