summaryrefslogtreecommitdiff
path: root/test.sh
diff options
context:
space:
mode:
authorcopilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>2026-02-04 14:08:50 +0000
committercopilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>2026-02-04 14:08:50 +0000
commita1164d396c54c8a7a3d17746b12c6e62816ed344 (patch)
tree47e9ce27bd46ec2c4ee57fa7dae21b5f63d8699d /test.sh
parent06d1b194d4ce46524bc03628ecdf15fa2e135e5f (diff)
downloaddecky-installer-a1164d396c54c8a7a3d17746b12c6e62816ed344.tar.gz
decky-installer-a1164d396c54c8a7a3d17746b12c6e62816ed344.zip
Refactor CLI to use subcommands for better semantics
Co-authored-by: tranch <5999732+tranch@users.noreply.github.com>
Diffstat (limited to 'test.sh')
-rwxr-xr-xtest.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test.sh b/test.sh
index 53b5ab6..45f6859 100755
--- a/test.sh
+++ b/test.sh
@@ -8,4 +8,4 @@ server_pid=$!
echo "Mock Decky Server is running. Logs are being written to /tmp/mock_decky_server.log"
trap "kill $server_pid" EXIT
-python3 decky_client.py
+python3 decky_client.py install