5448: Add --all to "docker images" because it turns out it doesn't list all the insta...
[arvados.git] / sdk / python / bin / arv-ws
1 #!/usr/bin/env python
2
3 from arvados.commands.ws import main
4 main()