cli
cli copied to clipboard
Make --workspace-folder default to "." (current directory)
I frequently run devcontainer exec as part of my command line-based development workflow. Since I'm already in the workspace directory (folder) when running the command, having to specify --workspace-folder . seems unnecessary.
Could --workspace-folder default to "." (current directory)?