You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Lets users specify where the .devcontainer folder is scaffolded
instead of always writing to the current working directory.
python -m cli.devopsos init --dir my-project
Renames the parameter from `dir` to `directory` to avoid shadowing
the Python built-in. Adds _strip_ansi() test helper and two new tests:
one for --help visibility, one functional test verifying the directory
is used.
Co-authored-by: chefgs <7605658+chefgs@users.noreply.github.com>
directory: str=typer.Option(".", "--dir", help="Target directory in which the .devcontainer folder will be created (defaults to the current directory)"),
0 commit comments