Skip to content

Commit

Permalink
made default to include cli since I do that more
Browse files Browse the repository at this point in the history
  • Loading branch information
btr1975 committed Jan 7, 2024
1 parent 9fca4ff commit 1d46b3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cookiecutter.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"__library_name": "{{ cookiecutter.git_repo_name.lower().replace(' ', '_').replace('-', '_') }}",
"use_requests": ["n", "y"],
"use_pydantic": ["n", "y"],
"include_cli": ["n", "y"],
"include_cli": ["y", "n"],
"container_runtime": ["podman", "docker"],
"__template_repo": "https://github.com/btr1975/cookiecutter-python-library",
"__template_version": "1.0.10",
Expand Down

0 comments on commit 1d46b3b

Please sign in to comment.